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 26ef73f commit 93af1eaCopy full SHA for 93af1ea
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: mixed-line-ending
13
args: [ --fix=lf ]
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: v0.8.6 # ruff version
+ rev: v0.12.1 # ruff version
16
hooks:
17
- id: ruff-format
18
- id: ruff
@@ -24,4 +24,4 @@ repos:
24
entry: bash -c 'cd rust && cargo fmt'
25
args: ['--verbose', '--']
26
27
-minimum_pre_commit_version: 4.0.1
+minimum_pre_commit_version: 4.2.0
pyproject.toml
@@ -31,8 +31,8 @@ tests = [
31
]
32
dev = [
33
"maturin",
34
- "ruff==0.8.6",
35
- "pre-commit>=4.0.1",
+ "ruff==0.12.1",
+ "pre-commit>=4.2.0",
36
37
38
[project.urls]
0 commit comments