We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29db4d4 + 107f7bd commit 8d12049Copy full SHA for 8d12049
.github/workflows/pylint.yml
@@ -29,5 +29,5 @@ jobs:
29
- name: Pylint
30
run: |
31
echo "Running Pylint..."
32
- python -m flake8 --config=.flake8 --verbose .
+ python -m flake8 --config=.flake8 --exclude=tests --verbose .
33
0 commit comments