mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
pkg: pin version of ruff
If you switch between different branches, by the time you get back to `main`, a different version of `ruff` might be installed that has slightly different formatting rules. This leads to incorrect formatting changes. Pinning `ruff` avoids this issue.
This commit is contained in:
parent
d4d0fea078
commit
23606d9e83
@ -112,8 +112,8 @@ dependencies = [
|
|||||||
]
|
]
|
||||||
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
|
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
|
||||||
"test" = [
|
"test" = [
|
||||||
"ruff",
|
"ruff>=0.3.3",
|
||||||
"ruff-lsp",
|
"ruff-lsp>=0.0.53",
|
||||||
"mypy",
|
"mypy",
|
||||||
"pre-commit",
|
"pre-commit",
|
||||||
"pytest>6.0.0",
|
"pytest>6.0.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user