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 c0591f0 commit de16819Copy full SHA for de16819
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
exclude: tests/repositories/fixtures/pypi.org/metadata/.*\.metadata
@@ -22,17 +22,17 @@ repos:
22
- id: check-docstring-first
23
24
- repo: https://github.com/pre-commit/pre-commit
25
- rev: v4.1.0
+ rev: v4.3.0
26
27
- id: validate_manifest
28
29
- repo: https://github.com/astral-sh/ruff-pre-commit
30
- rev: v0.9.6
+ rev: v0.12.12
31
32
- id: ruff
33
- id: ruff-format
34
35
- repo: https://github.com/woodruffw/zizmor-pre-commit
36
- rev: v1.3.1
+ rev: v1.12.1
37
38
- id: zizmor
0 commit comments