Files
mbflow1771261907/pyproject.toml
Mandel Dashboard 6c6cf934c4 initial commit
2026-02-16 18:11:50 +01:00

31 lines
493 B
TOML

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