You've already forked Travel-Agent
10 lines
133 B
TOML
10 lines
133 B
TOML
[tool.black]
|
|
line-length = 79
|
|
skip-string-normalization=true
|
|
|
|
[tool.isort]
|
|
order_by_type = false
|
|
|
|
[tool.mypy]
|
|
exclude = "migrations"
|