Skip to content

Commit

Permalink
Disable sorted module exports lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JockeTF committed Nov 24, 2024
1 parent dc56f7e commit e9ca466
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 @@ -49,7 +49,7 @@ extend-exclude = ["fimfarchive/__init__.py"]

[tool.ruff.lint]
select = ["A", "E", "F", "N", "RUF", "T10", "W"]
ignore = ["N801", "RUF012"]
ignore = ["N801", "RUF012", "RUF022"]

[build-system]
requires = ["hatchling"]
Expand Down

0 comments on commit e9ca466

Please sign in to comment.