Skip to content

Commit 23ab312

Browse files
authored
Auto-update pre-commit hooks (backport #252) (#253)
1 parent 065b9a1 commit 23ab312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
args: [--py36-plus]
4949

5050
- repo: https://github.com/psf/black
51-
rev: 24.10.0
51+
rev: 25.1.0
5252
hooks:
5353
- id: black
5454
args: ["--line-length=100"]
@@ -107,7 +107,7 @@ repos:
107107
# Spellcheck in comments and docs
108108
# skipping of *.svg files is not working...
109109
- repo: https://github.com/codespell-project/codespell
110-
rev: v2.4.0
110+
rev: v2.4.1
111111
hooks:
112112
- id: codespell
113113
args: ['--write-changes']

0 commit comments

Comments
 (0)