Skip to content

Commit 29aac5a

Browse files
Auto-update pre-commit hooks (#1260)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 45dcfd7 commit 29aac5a

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
@@ -39,7 +39,7 @@ repos:
3939
args: [--py36-plus]
4040

4141
- repo: https://github.com/psf/black
42-
rev: 24.10.0
42+
rev: 25.1.0
4343
hooks:
4444
- id: black
4545
args: ["--line-length=100"]
@@ -135,7 +135,7 @@ repos:
135135
# Spellcheck in comments and docs
136136
# skipping of *.svg files is not working...
137137
- repo: https://github.com/codespell-project/codespell
138-
rev: v2.4.0
138+
rev: v2.4.1
139139
hooks:
140140
- id: codespell
141141
args: ['--write-changes', '-L bootup,assertIn']

0 commit comments

Comments
 (0)