8 lines
192 B
TOML
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"] |