lib.itmens/pyproject.toml
Your Name 53804687b1 lint
2023-12-31 08:36:34 -05:00

24 lines
648 B
TOML

[tool.pyright]
exclude = [ "media", ".venv", ".git", "playground", "catalog/*/tests.py", "neodb", "**/migrations", "**/sites/douban_*", "neodb-takahe" ]
reportIncompatibleVariableOverride = false
[tool.djlint]
ignore="T002,T003,H006,H019,H020,H021,H023,H030,H031"
indent=2
[tool.isort]
profile = "black"
[tool.mypy]
exclude = [
'^neodb/',
'^legacy/',
]
plugins = ["mypy_django_plugin.main"]
[tool.django-stubs]
django_settings_module = "boofilsic.settings"
[tool.ruff]
ignore = ['E501']
exclude = [ "media", ".venv", ".git", "playground", "**/tests.py", "neodb", "**/migrations", "**/commands", "**/importers", "**/sites", "legacy" ]