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 a5636f4 commit cf2cc44Copy full SHA for cf2cc44
pyproject.toml
@@ -221,6 +221,8 @@ select = [
221
"YTT", # flake8-2020
222
]
223
ignore = [
224
+ # Allow to shadow Python standard-library modules
225
+ "A005",
226
# Allow non-abstract empty methods in abstract base classes
227
"B027",
228
# Remove flake8-errmsg since we consider they bloat the code and provide limited value
0 commit comments