Skip to content

Commit

Permalink
python-lint.yml: use .flake8 file instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed Apr 18, 2024
1 parent 34d8cfa commit 83a9d12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
exclude: "examples/*,examples/*/**,*/**/__init__.py"
plugins: "flake8-no-print"

0 comments on commit 83a9d12

Please sign in to comment.