Files
adguard-control-hub/pyproject.toml
Rafal Zielinski 86f60e72b7
Some checks failed
Integration Testing / Test Integration (2025.9.4, 3.13) (push) Failing after 38s
Code Quality Check / Code Quality Analysis (push) Successful in 15s
fix: fixes
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-09-28 15:58:07 +01:00

11 lines
174 B
TOML

[tool.black]
line-length = 127
target-version = ['py313']
[tool.isort]
profile = "black"
line_length = 127
[tool.mypy]
python_version = "3.13"
ignore_missing_imports = true