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:
parent
329d2c020d
commit
50f50b2b9a
2 changed files with 31 additions and 7 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue