Use 4 spaces for pyproject.toml indentation

This commit is contained in:
Adam Goldsmith 2024-11-12 13:12:48 -05:00
parent e5462a0063
commit 2ab94b0d5e

View File

@ -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",