Skip to content

Commit 992ac5e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.8](astral-sh/ruff-pre-commit@v0.14.0...v0.14.8) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) - [github.com/jsh9/pydoclint: 0.7.3 → 0.8.3](jsh9/pydoclint@0.7.3...0.8.3) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.35.0](python-jsonschema/check-jsonschema@0.34.0...0.35.0)
1 parent 593e2be commit 992ac5e

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,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.14.0'
4+
rev: 'v0.14.8'
55
hooks:
66
- id: ruff-format
77
- id: ruff-check
@@ -27,7 +27,7 @@ repos:
2727
exclude: "^tests/resources/"
2828
- id: fix-byte-order-marker
2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.21.0
30+
rev: v3.21.2
3131
hooks:
3232
- id: pyupgrade
3333
args: ["--keep-runtime-typing", ]
@@ -37,14 +37,14 @@ repos:
3737
- id: detect-secrets
3838
additional_dependencies: ["gibberish-detector"]
3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v1.18.2
40+
rev: v1.19.0
4141
hooks:
4242
- id: mypy
4343
args: [--no-strict-optional, --ignore-missing-imports, --check-untyped-defs]
4444
additional_dependencies: ["toml"]
4545
exclude: test.*
4646
- repo: https://github.com/jsh9/pydoclint
47-
rev: 0.7.3
47+
rev: 0.8.3
4848
hooks:
4949
- id: pydoclint
5050
args:
@@ -56,7 +56,7 @@ repos:
5656
- id: interrogate
5757
exclude: test.*
5858
- repo: https://github.com/python-jsonschema/check-jsonschema
59-
rev: 0.34.0
59+
rev: 0.35.0
6060
hooks:
6161
- id: check-github-actions
6262
- id: check-github-workflows

0 commit comments

Comments
 (0)