Skip to content

Commit 425f313

Browse files
committed
Allow to shadow Python standard-library modules
1 parent 3300fe7 commit 425f313

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@ select = [
221221
"YTT", # flake8-2020
222222
]
223223
ignore = [
224+
# Allow to shadow Python standard-library modules
225+
"A005",
224226
# Allow non-abstract empty methods in abstract base classes
225227
"B027",
226228
# Remove flake8-errmsg since we consider they bloat the code and provide limited value

0 commit comments

Comments
 (0)