Skip to content

Commit

Permalink
Add comments after some testing
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Jul 1, 2024
1 parent 71afcf5 commit f977aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ lint.select = [
"Q", # flake8-quotes errors
"T20", # flake8-print errors
"W", # pycodestyle warnings
# "B", # bugbear errors
# "UP", # py-upgrade
# "B", # bugbear errors - incompatible with our use of `gettattr` and `setattr`.
# "UP", # py-upgrade - consider adding when we drop support for Python 3.8.
]
# Allow unused variables when underscore-prefixed.
lint.dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
Expand Down

0 comments on commit f977aee

Please sign in to comment.