Files
bootfix_20260222035247/pyproject.toml
Mandel WebGUI Bot 65c30cf2dc initial commit
2026-02-22 04:53:20 +01:00

31 lines
505 B
TOML

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