Skip to content

Commit

Permalink
fix async 109
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Aug 22, 2024
1 parent 9487e4f commit 55313e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ reportUnnecessaryTypeIgnoreComment = "warning"
skips = ["B311", "B101"]

[tool.ruff.lint]
ignore = ["E501", "N999", "E402", "S311"]
ignore = ["E501", "N999", "E402", "S311", "ASYNC109"]
select = ["E", "F", "N", "ASYNC", "S", "ERA"]

[build-system]
Expand Down

0 comments on commit 55313e9

Please sign in to comment.