chore: remove pin on ruff

This ensures it matches the github workflow.

Also there's an update that stabilizes a number of formatting rules, so there will be a format commit after this.
This commit is contained in:
psychedelicious 2024-03-01 10:04:51 +11:00
parent 8b03af391a
commit ad86b29798

View File

@ -112,7 +112,7 @@ dependencies = [
]
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
"test" = [
"ruff==0.2.1",
"ruff",
"ruff-lsp",
"mypy",
"pre-commit",