Files
smokee2ec1771367502/pyproject.toml
Mandel Dashboard 6a9c7a2078 initial commit
2026-02-17 23:31:44 +01:00

31 lines
499 B
TOML

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