Skip to content

Commit 01b50a3

Browse files
authored
Update .pre-commit-config.yaml
1 parent 13a1043 commit 01b50a3

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
@@ -50,7 +50,7 @@ repos:
5050
- id: double-quote-string-fixer
5151

5252
- repo: https://github.com/psf/black
53-
rev: 24.10.0
53+
rev: 25.1.0
5454
hooks:
5555
- id: black
5656
args: ["--skip-string-normalization"]
@@ -66,7 +66,7 @@ repos:
6666
args: ['-fallback-style=none', '-i']
6767

6868
- repo: https://github.com/codespell-project/codespell
69-
rev: v2.3.0
69+
rev: v2.4.1
7070
hooks:
7171
- id: codespell
7272
args: ['--write-changes']

0 commit comments

Comments
 (0)