simpletodoapp-uyrwws/pyproject.toml
2025-05-16 04:44:42 +00:00

8 lines
192 B
TOML

[tool.ruff]
line-length = 88
target-version = "py37"
select = ["E", "F", "I", "N", "W", "B"]
ignore = []
[tool.ruff.isort]
known-third-party = ["fastapi", "pydantic", "sqlalchemy", "alembic"]