🚨(linter) configure exclusions

See PR for rationale.
This commit is contained in:
Laurent Bossavit
2024-10-25 14:58:20 +02:00
committed by Laurent Bossavit
parent fd3ac00ea7
commit 3934a0bc28

View File

@@ -118,10 +118,7 @@ select = [
"T20", # flake8-print
"D1", # pydocstyle
]
ignore= ["DJ001", "PLR2004"]
[tool.ruff.lint.pydocstyle]
convention = "google"
ignore= ["DJ001", "PLR2004", "D105", "D106"]
[tool.ruff.lint.isort]
section-order = ["future","standard-library","django","third-party","people","first-party","local-folder"]