fix: correct indentation setting in pyproject.toml

This commit is contained in:
FuzzyGrim
2026-01-08 20:59:10 +01:00
parent 417cafbaa8
commit 21b381a350

View File

@@ -16,6 +16,7 @@ convention = "pep257"
custom_blocks = "element,slot,setvar"
preserve_blank_lines = true
ignore = "H006,H021"
indent = 2
[tool.coverage.run]
concurrency = ["multiprocessing"]