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 fab4b5c commit 042675dCopy full SHA for 042675d
1 file changed
.pre-commit-config.yaml
@@ -10,11 +10,11 @@ repos:
10
- id: check-json
11
- id: check-toml
12
13
- - repo: https://github.com/google/pyink
14
- rev: 24.10.1
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.15.10
15
hooks:
16
- - id: pyink
17
- # Configuration is read from pyproject.toml [tool.pyink]
+ - id: ruff-format
+ # Configuration is read from pyproject.toml [tool.ruff]
18
19
- repo: https://github.com/pre-commit/mirrors-mypy
20
rev: v1.11.2
0 commit comments