Chore: Dev Container Settings (#2253)

* add isort line length to match black

* format settings

* disable formatting for vue files
This commit is contained in:
Michael Genson
2023-03-23 12:22:06 -05:00
committed by GitHub
parent 329d2c020d
commit 50f50b2b9a
2 changed files with 31 additions and 7 deletions

View File

@@ -71,6 +71,9 @@ requires = ["poetry-core>=1.0.0"]
line-length = 120
target-version = ["py310"]
[tool.isort]
line_length = 120
[tool.vulture]
exclude = ["**/models/**/*.py", "dir/"]
ignore_decorators = ["@*router.*", "@app.on_event", "@validator", "@controller"]