Skip to content

Commit d0c00e3

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

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
@@ -19,7 +19,7 @@ exclude: 'meshes/ur20/LICENSE.txt'
1919
repos:
2020
# Standard hooks
2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.4.0
22+
rev: v4.5.0
2323
hooks:
2424
- id: check-added-large-files
2525
args: ['--maxkb=1500']
@@ -38,7 +38,7 @@ repos:
3838

3939
# Python hooks
4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.13.0
41+
rev: v3.15.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py36-plus]
@@ -103,7 +103,7 @@ repos:
103103
# Spellcheck in comments and docs
104104
# skipping of *.svg files is not working...
105105
- repo: https://github.com/codespell-project/codespell
106-
rev: v2.2.5
106+
rev: v2.2.6
107107
hooks:
108108
- id: codespell
109109
args: ['--write-changes']

0 commit comments

Comments
 (0)