Use 4 spaces for pyproject.toml indentation
This commit is contained in:
parent
e5462a0063
commit
2ab94b0d5e
@ -153,6 +153,9 @@ lint.isort.known-first-party = [
|
||||
lint.isort.section-order = [ "future", "standard-library", "django", "third-party", "first-party", "local-folder" ]
|
||||
lint.isort.sections."django" = [ "django" ]
|
||||
|
||||
[tool.pyproject-fmt]
|
||||
indent = 4
|
||||
|
||||
[tool.coverage.run]
|
||||
source = [
|
||||
"cmsmanage",
|
||||
|
Loading…
x
Reference in New Issue
Block a user