mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
chore(deps): update dependency ruff to ^0.1.0 (#2944)
* chore(deps): update dependency ruff to ^0.1.0 * fix breaking cfg change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
parent
1d7fc0a945
commit
ce929f2833
7 changed files with 28 additions and 29 deletions
|
@ -57,7 +57,7 @@ pylint = "^3.0.0"
|
|||
pytest = "^7.2.0"
|
||||
pytest-asyncio = "^0.23.0"
|
||||
rich = "^13.5.2"
|
||||
ruff = "^0.0.265"
|
||||
ruff = "^0.1.0"
|
||||
types-PyYAML = "^6.0.4"
|
||||
types-python-dateutil = "^2.8.18"
|
||||
types-python-slugify = "^6.0.0"
|
||||
|
@ -107,7 +107,7 @@ strict_optional = true
|
|||
|
||||
[tool.ruff]
|
||||
line-length = 120
|
||||
format = "text"
|
||||
output-format = "text"
|
||||
|
||||
# Enable Pyflakes `E` and `F` codes by default.
|
||||
ignore = ["F403", "TID252", "B008"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue