Skip to content

Commit 3cd11bc

Browse files
committed
Update pre-commit hooks
1 parent 1013c7e commit 3cd11bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121
- id: detect-private-key
2222
- repo: https://github.com/Lucas-C/pre-commit-hooks
23-
rev: v1.5.1
23+
rev: v1.5.3
2424
hooks:
2525
- id: remove-tabs
2626
- repo: https://github.com/codespell-project/codespell
@@ -45,7 +45,7 @@ repos:
4545
- id: python-no-eval
4646
- id: text-unicode-replacement-char
4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.9.0
48+
rev: v3.10.1
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py37-plus]

0 commit comments

Comments
 (0)