Skip to content

Commit

Permalink
fix: remove A ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Feb 26, 2025
1 parent a251ec9 commit 67cbddb
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 @@ -7,7 +7,7 @@ requires-python = ">=3.10"
line-length = 99

[tool.ruff.lint]
select = ["F", "E", "I", "N", "UP", "ASYNC", "B", "A", "INP", "T20", "RET", "SIM", "ERA", "RUF"]
select = ["F", "E", "I", "N", "UP", "ASYNC", "B", "INP", "T20", "RET", "SIM", "ERA", "RUF"]
ignore = ["E501"]

[tool.ruff.format]
Expand Down

0 comments on commit 67cbddb

Please sign in to comment.