Files
smokefinal1771393652/pyproject.toml
2026-02-18 06:47:34 +01:00

31 lines
501 B
TOML

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