Skip to content

Commit 4b5d3a4

Browse files
authored
Merge pull request #277 from callowayproject/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents fe2e66a + c583694 commit 4b5d3a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.8.3'
4+
rev: 'v0.8.4'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
5050
args: ['--baseline', '.secrets.baseline']
5151
additional_dependencies: ["gibberish-detector"]
5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: v1.13.0
53+
rev: v1.14.0
5454
hooks:
5555
- id: mypy
5656
args: [--no-strict-optional, --ignore-missing-imports]
@@ -60,7 +60,7 @@ repos:
6060
test.*
6161
)$
6262
- repo: https://github.com/jsh9/pydoclint
63-
rev: 0.5.12
63+
rev: 0.5.13
6464
hooks:
6565
- id: pydoclint
6666
args:

0 commit comments

Comments
 (0)