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 ddeefc5 commit 68a1ae2Copy full SHA for 68a1ae2
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
hooks:
9
- id: check-useless-excludes
10
- repo: https://github.com/astral-sh/uv-pre-commit
11
- rev: 0.9.8
+ rev: 0.9.9
12
13
- id: uv-sync
14
- id: uv-lock
@@ -17,7 +17,7 @@ repos:
17
args: ["--upgrade"]
18
stages: [manual]
19
- repo: https://github.com/streetsidesoftware/cspell-cli
20
- rev: v9.2.1
+ rev: v9.3.1
21
22
- id: cspell
23
entry: bash
@@ -62,7 +62,7 @@ repos:
62
alias: toml
63
64
- repo: https://github.com/astral-sh/ruff-pre-commit
65
- rev: v0.14.4
+ rev: v0.14.5
66
67
- id: ruff-format
68
alias: ruff
@@ -78,7 +78,7 @@ repos:
78
pass_filenames: false
79
80
- repo: https://github.com/pycqa/pylint.git
81
- rev: v4.0.2
+ rev: v4.0.3
82
83
- id: pylint
84
args:
0 commit comments