Files
mbok1771195325/pyproject.toml
Mandel Dashboard c27b14b35c initial commit
2026-02-15 23:42:06 +01:00

31 lines
489 B
TOML

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