Skip to content

Commit 7928f2a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.8...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0) - [github.com/jsh9/pydoclint: 0.8.3 → 0.8.4](jsh9/pydoclint@0.8.3...0.8.4)
1 parent 074b4f5 commit 7928f2a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: 'v0.15.8'
3+
rev: 'v0.15.15'
44
hooks:
55
- id: ruff-format
66
exclude: tests/fixtures/.*
@@ -49,14 +49,14 @@ repos:
4949
- id: detect-secrets
5050
additional_dependencies: [ "gibberish-detector" ]
5151
- repo: https://github.com/pre-commit/mirrors-mypy
52-
rev: v1.19.1
52+
rev: v2.1.0
5353
hooks:
5454
- id: mypy
5555
args: [ --no-strict-optional, --ignore-missing-imports ]
5656
additional_dependencies: [ "pydantic>2.0", "toml", "types-PyYAML" ]
5757
exclude: "^tests/"
5858
- repo: https://github.com/jsh9/pydoclint
59-
rev: 0.8.3
59+
rev: 0.8.4
6060
hooks:
6161
- id: pydoclint
6262
args:

0 commit comments

Comments
 (0)