Disable sorted module exports lint

This commit is contained in:
Joakim Soderlund 2024-11-24 10:22:26 +01:00
parent dc56f7e6f3
commit e9ca466da8

View file

@ -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"]