Files
smokee2ef1771368083/pyproject.toml
Mandel Dashboard 4ad6254ddc initial commit
2026-02-17 23:41:24 +01:00

31 lines
499 B
TOML

[tool.black]
target_version = ['py36']
exclude = '''
(
migrations/*
| smokee2ef1771368083/main.py
)
'''
[tool.ruff.lint.isort]
known-first-party = ["smokee2ef1771368083"]
section-order = [
"future",
"standard-library",
"third-party",
"wagtail",
"oscar",
"oscarapi",
"oscarextra",
"ocyan",
"first-party",
"local-folder"
]
[tool.ruff.lint.isort.sections]
wagtail = ["wagtail", "wagtail_*"]
oscar = ["oscar"]
oscarapi = ["oscarapi"]
oscarextra = ["oscar_*"]
ocyan = ["ocyan"]