Skip to content

Commit 230acd2

Browse files
committed
Add missing flake8 ignore on F824 in lint-python3-latest workflow target.
1 parent 489d4d2 commit 230acd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# TODO: fix or migrate legacy grsfs-fuse dir and remove from excludes
3737
# NOTE: include tests here as they should be fully python3 compatible
3838
# stop the build if there are Python syntax errors or undefined names
39-
flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse,irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --show-source --statistics
39+
flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse,irclib.py,seafile-seahub_settings-template.py --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
4040
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
4141
flake8 . --exclude=state,envhelp,fixture,output,unittest,grsfs-fuse,vm-proxy,irclib.py,seafile-seahub_settings-template.py --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4242
# NOTE: for interactive clean up one can use current ignores

0 commit comments

Comments
 (0)