Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 13, 2024
1 parent a78f559 commit d0d68f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ select = [
"B", # flake8-bugbear
"UP", # pyupgrade
"YTT", # flake8-2020
# "ASYNC", # flake8-async
"ASYNC1", # flake8-trio
# "S", # flake8-bandit
"BLE", # flake8-blind-except
# "FBT", # flake8-boolean-trap
# "B", flake8-bugbear
"B", # flake8-bugbear
# "A", # flake8-builtins
"COM", # flake8-commas
# "CPY", # flake8-copyright --preview
Expand Down

0 comments on commit d0d68f5

Please sign in to comment.