Skip to content

Commit b135654

Browse files
committed
Resolve the errors for pylint in ci
1 parent 50969b7 commit b135654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)