Skip to content

Commit 4ed98c5

Browse files
authored
Update .pre-commit-config.yaml (#1013)
1 parent 12edc7e commit 4ed98c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repos:
1616
# Standard hooks
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.6.0
18+
rev: v5.0.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
2828
- id: trailing-whitespace
2929

3030
- repo: https://github.com/psf/black
31-
rev: 24.8.0
31+
rev: 24.10.0
3232
hooks:
3333
- id: black
3434

@@ -49,7 +49,7 @@ repos:
4949
args: ['-fallback-style=none', '-i']
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.3.0
52+
rev: v2.4.0
5353
hooks:
5454
- id: codespell
5555
args: ['--write-changes', '--ignore-words=.codespell_words']

0 commit comments

Comments
 (0)