Skip to content

Commit

Permalink
Allow to shadow Python standard-library modules
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 20, 2025
1 parent a5636f4 commit cf2cc44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ select = [
"YTT", # flake8-2020
]
ignore = [
# Allow to shadow Python standard-library modules
"A005",
# Allow non-abstract empty methods in abstract base classes
"B027",
# Remove flake8-errmsg since we consider they bloat the code and provide limited value
Expand Down

0 comments on commit cf2cc44

Please sign in to comment.