Skip to content

Commit abc8413

Browse files
Auto-update pre-commit hooks
1 parent f8438aa commit abc8413

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
@@ -42,7 +42,7 @@ repos:
4242
4343
# Python hooks
4444
- repo: https://github.com/asottile/pyupgrade
45-
rev: v3.19.0
45+
rev: v3.19.1
4646
hooks:
4747
- id: pyupgrade
4848
args: [--py36-plus]
@@ -107,7 +107,7 @@ repos:
107107
# Spellcheck in comments and docs
108108
# skipping of *.svg files is not working...
109109
- repo: https://github.com/codespell-project/codespell
110-
rev: v2.3.0
110+
rev: v2.4.0
111111
hooks:
112112
- id: codespell
113113
args: ['--write-changes']

0 commit comments

Comments
 (0)