mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-01-24 09:42:55 -05: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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user