Skip to content

Commit ec3da5f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.15.17](astral-sh/ruff-pre-commit@v0.5.4...v0.15.17) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.5.1](psf/black-pre-commit-mirror@24.4.2...26.5.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v2.1.0](pre-commit/mirrors-mypy@v1.11.0...v2.1.0) - [github.com/jsh9/pydoclint: 0.5.6 → 0.8.6](jsh9/pydoclint@0.5.6...0.8.6)
1 parent 5220f23 commit ec3da5f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.5.4'
4+
rev: 'v0.15.17'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
9-
- repo: https://github.com/psf/black
10-
rev: 24.4.2
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 26.5.1
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -42,13 +42,13 @@ repos:
4242
- id: detect-secrets
4343
additional_dependencies: ["gibberish-detector"]
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v1.11.0
45+
rev: v2.1.0
4646
hooks:
4747
- id: mypy
4848
args: [--no-strict-optional, --ignore-missing-imports]
4949
additional_dependencies: ["pydantic>2.0", "toml", "types-all"]
5050
- repo: https://github.com/jsh9/pydoclint
51-
rev: 0.5.6
51+
rev: 0.8.6
5252
hooks:
5353
- id: pydoclint
5454
args:

0 commit comments

Comments
 (0)