Files
success_20260222053701/pyproject.toml
Mandel WebGUI Bot 19da16e1a3 initial commit
2026-02-22 05:37:02 +01:00

31 lines
505 B
TOML

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