Files
smokeprod17713930970/pyproject.toml
2026-02-18 06:38:19 +01:00

31 lines
501 B
TOML

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