Skip to content

Commit c455d51

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.12](astral-sh/ruff-pre-commit@v0.11.12...v0.12.12) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.17.1](pre-commit/mirrors-mypy@v1.16.0...v1.17.1) - [github.com/jsh9/pydoclint: 0.6.7 → 0.7.3](jsh9/pydoclint@0.6.7...0.7.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.3](python-jsonschema/check-jsonschema@0.33.0...0.33.3)
1 parent 4116652 commit c455d51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.11.12'
4+
rev: 'v0.12.12'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- id: ruff-format
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-case-conflict
@@ -35,13 +35,13 @@ repos:
3535
# args: ['--baseline', '.secrets.baseline']
3636
additional_dependencies: ["gibberish-detector"]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.16.0
38+
rev: v1.17.1
3939
hooks:
4040
- id: mypy
4141
args: [--no-strict-optional, --ignore-missing-imports]
4242
additional_dependencies: ["toml"]
4343
- repo: https://github.com/jsh9/pydoclint
44-
rev: 0.6.7
44+
rev: 0.7.3
4545
hooks:
4646
- id: pydoclint
4747
args:
@@ -53,7 +53,7 @@ repos:
5353
- id: interrogate
5454
exclude: test.*
5555
- repo: https://github.com/python-jsonschema/check-jsonschema
56-
rev: 0.33.0
56+
rev: 0.33.3
5757
hooks:
5858
- id: check-github-actions
5959
- id: check-github-workflows

0 commit comments

Comments
 (0)