@@ -33,11 +33,11 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 99
|
||||
exclude = ["**/migrations/*.py"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["F", "E", "W", "Q", "UP", "DJ"]
|
||||
ignore = []
|
||||
exclude = ["**/migrations/*.py"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
DJANGO_SETTINGS_MODULE = "dnscms.settings.test"
|
||||
|
||||
Reference in New Issue
Block a user