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 5e44d2a commit 3bcfecbCopy full SHA for 3bcfecb
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
hooks:
15
- id: check-useless-excludes
16
- repo: https://github.com/astral-sh/uv-pre-commit
17
- rev: 0.9.3
+ rev: 0.9.5
18
19
- id: uv-sync
20
- id: uv-lock
@@ -68,7 +68,7 @@ repos:
68
alias: toml
69
70
- repo: https://github.com/astral-sh/ruff-pre-commit
71
- rev: v0.14.1
+ rev: v0.14.2
72
73
- id: ruff-format
74
alias: ruff
@@ -85,12 +85,12 @@ repos:
85
- types-PyYAML
86
87
- repo: https://github.com/jsh9/pydoclint
88
- rev: "0.7.3"
+ rev: "0.7.5"
89
90
- id: pydoclint
91
92
- repo: https://github.com/pycqa/pylint.git
93
- rev: v4.0.1
+ rev: v4.0.2
94
95
- id: pylint
96
args:
0 commit comments