Skip to content

Commit 5480bec

Browse files
committed
gh-actions: add flake8-no-print to flake8 lint step
1 parent d1d51a7 commit 5480bec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ jobs:
2222
with:
2323
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
2424
exclude: "examples/*,examples/*/**,*/**/__init__.py"
25+
plugins: "flake8-no-print"

0 commit comments

Comments
 (0)