Skip to content

Commit 769e392

Browse files
authored
ignore F824 in lint CI
1 parent 2e55d46 commit 769e392

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
run: |
2929
pip install flake8
3030
# stop the build if there are Python syntax errors or undefined names
31-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
31+
flake8 . --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3333
flake8 . --count --exit-zero --max-line-length=240 --statistics

0 commit comments

Comments
 (0)