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:
psychedelicious 2024-03-21 12:04:17 +11:00
parent d4d0fea078
commit 23606d9e83

View File

@ -112,8 +112,8 @@ dependencies = [
]
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
"test" = [
"ruff",
"ruff-lsp",
"ruff>=0.3.3",
"ruff-lsp>=0.0.53",
"mypy",
"pre-commit",
"pytest>6.0.0",