We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d51a7 commit 5480becCopy full SHA for 5480bec
.github/workflows/python-lint.yml
@@ -22,3 +22,4 @@ jobs:
22
with:
23
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
24
exclude: "examples/*,examples/*/**,*/**/__init__.py"
25
+ plugins: "flake8-no-print"
0 commit comments