Skip to content

Commit

Permalink
Ignore A005
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Apr 13, 2024
1 parent adb4f2e commit de210f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ exclude =
script,
tests/dummy
ignore =
# Don't worry about shadowing built-in module names. Modules are namespaced
# anyway, so this is far less a concern than other built-in shadowing.
A005
# Allow function calls as the default values for arguments. This is intended
# to allow simple constructions like `datetime(...)` and `MyNewType(...)`
# rather than full generality. Use with care.
Expand Down

0 comments on commit de210f5

Please sign in to comment.