Skip to content

Commit

Permalink
Added the ASYNC ruff ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 12, 2023
1 parent 4cb053e commit 7ed4e1f
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 @@ show_missing = true

[tool.ruff]
select = [
"ASYNC", # flake8-async
"E", "F", "W", # default Flake8
"G", # flake8-logging-format
"I", # isort
Expand Down

0 comments on commit 7ed4e1f

Please sign in to comment.