We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c50d67a + 86f872b commit 65f60b4Copy full SHA for 65f60b4
1 file changed
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Lint with flake8
31
run: |
32
# stop the build if there are Python syntax errors or undefined names
33
- flake8 ./GEMstack --count --select=E9,F63,F7,F82 --show-source --statistics --exclude=__init__.py || exit 1
+ flake8 ./GEMstack --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics --exclude=__init__.py || exit 1
34
# to enable more advanced checks on the repo, uncomment the lines below (There are around 3000 violations)
35
# flake8 ./GEMstack --ignore=D,C901,E402,E231 --count --max-complexity=10 --max-line-length=127 --statistics --exclude=__init__.py || exit 1
36
# if we want to enable documentation checks, uncomment the line below
0 commit comments