You've already forked Travel-Agent
init: Initial project setup
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[tool.black]
|
||||
line-length = 79
|
||||
skip-string-normalization=true
|
||||
|
||||
[tool.isort]
|
||||
order_by_type = false
|
||||
|
||||
[tool.mypy]
|
||||
exclude = "migrations"
|
||||
Reference in New Issue
Block a user