Skip to content

Commit

Permalink
Enable flake8-comprehensions
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jan 22, 2024
1 parent 81678dd commit a1b8bd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ src = ["src/trio", "notes-to-self"]
select = [
"ASYNC", # flake8-async
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"E", # Error
"F", # pyflakes
"I", # isort
Expand Down

0 comments on commit a1b8bd1

Please sign in to comment.