We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccef66 commit 32ac569Copy full SHA for 32ac569
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
name: ruff-format
17
args: [--check]
18
repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.8.4
+ rev: v0.9.5
20
21
- hooks:
22
- id: pyright
@@ -26,4 +26,4 @@ repos:
26
args:
27
- "--pythonpath=.venv/bin/python"
28
repo: https://github.com/RobertCraigie/pyright-python
29
- rev: v1.1.389
+ rev: v1.1.393
pyproject.toml
@@ -21,7 +21,7 @@ dependencies = [
]
[dependency-groups]
23
dev = [
24
- "ruff==0.8.4",
+ "ruff==0.9.5",
25
"poethepoet>=0.27.0",
0 commit comments