Files
w74_live_matrix_44/pyproject.toml
Mandel WebGUI Bot ca4a00fb7f initial commit
2026-06-16 00:23:00 +02:00

31 lines
498 B
TOML

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