Skip to content

Commit

Permalink
Use flake8 instead of pflake8 in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alef-Burzmali committed Jul 14, 2024
1 parent eb90797 commit 4d5bb41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: "Check PEP8 compliance with Flake8"
run: |
pflake8 netbox_data_flows
flake8 --extend-ignore=D100,D101,D102,D103,D104,D105,D106,D107,D401 --max-line-length netbox_data_flows
- name: "Check import order"
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
pip install -r requirements.txt
pip install coverage tblib
- name: Install NetBox Data Flows
working-directory: netbox-data-flows
run: |
Expand Down

0 comments on commit 4d5bb41

Please sign in to comment.