initial commit
This commit is contained in:
30
pyproject.toml
Normal file
30
pyproject.toml
Normal file
@@ -0,0 +1,30 @@
|
||||
[tool.black]
|
||||
target_version = ['py36']
|
||||
exclude = '''
|
||||
(
|
||||
migrations/*
|
||||
| mandelnnadia/main.py
|
||||
)
|
||||
'''
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["mandelnnadia"]
|
||||
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"]
|
||||
Reference in New Issue
Block a user