Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
atollk committed Aug 31, 2024
1 parent 1c5e00e commit 227c59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: poetry run black . --check -l 80
- name: pylint
if: ${{ ! cancelled() }}
run: poetry run pylint flake8_import_restrictions/*.py -
run: poetry run pylint flake8_import_restrictions/*.py -E
- name: flake8
if: ${{ ! cancelled() }}
run: poetry run flake8 . --select=E9,F63,F7,F82

0 comments on commit 227c59e

Please sign in to comment.