Skip to content

Commit

Permalink
Fix ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobot1234 committed Nov 18, 2024
1 parent d5ec093 commit fec1b31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ line-length = 120
target-version = ["py310"]

[tool.ruff]
requires-python = ">= 3.10"

[tool.ruff.lint]
line-length = 120
select = ["C4", "F", "G", "I", "PTH", "RUF", "SIM", "TCH", "UP", "W", "PERF"]
ignore = ["F401", "F402", "F403", "F405", "PERF203", "RUF001", "RUF009", "SIM105", "UP034", "UP038"]
Expand Down

0 comments on commit fec1b31

Please sign in to comment.