Files
smokea1771268608/pyproject.toml
Mandel Dashboard 858ffdcae8 initial commit
2026-02-16 20:03:32 +01:00

31 lines
493 B
TOML

[tool.black]
target_version = ['py36']
exclude = '''
(
migrations/*
| smokea1771268608/main.py
)
'''
[tool.ruff.lint.isort]
known-first-party = ["smokea1771268608"]
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"]