Skip to content

Commit 44eb22a

Browse files
authored
Merge pull request #240 from callowayproject/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents d04a19a + 7c48f98 commit 44eb22a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: 'v0.6.8'
4+
rev: 'v0.6.9'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
exclude: test.*
99
- repo: https://github.com/psf/black
10-
rev: 24.8.0
10+
rev: 24.10.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/codespell-project/codespell
@@ -18,7 +18,7 @@ repos:
1818
- tomli
1919
args: [--ignore-words-list, astroid ]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.6.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-added-large-files
2424
- id: check-case-conflict
@@ -60,7 +60,7 @@ repos:
6060
test.*
6161
)$
6262
- repo: https://github.com/jsh9/pydoclint
63-
rev: 0.5.8
63+
rev: 0.5.9
6464
hooks:
6565
- id: pydoclint
6666
args:

0 commit comments

Comments
 (0)