1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"]