Skip to content

Commit c61070f

Browse files
Auto-update pre-commit hooks (#834)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0639943 commit c61070f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.4.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: check-added-large-files
2121
- id: check-ast
@@ -33,7 +33,7 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v3.13.0
36+
rev: v3.15.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py36-plus]
@@ -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.2.5
138+
rev: v2.2.6
139139
hooks:
140140
- id: codespell
141141
args: ['--write-changes']

0 commit comments

Comments
 (0)