simpletodoapp-e56bd2/pyproject.toml
2025-06-10 15:58:25 +00:00

13 lines
323 B
TOML

[tool.ruff]
line-length = 88
target-version = "py38"
[tool.ruff.lint]
select = ["E", "F", "I", "B", "C4", "UP", "N", "ANN", "FBT", "W", "YTT", "SIM", "ARG"]
ignore = ["ANN401", "B008"]
[tool.ruff.lint.isort]
known-third-party = ["fastapi", "pydantic", "sqlalchemy", "alembic"]
[tool.ruff.lint.mccabe]
max-complexity = 10