Skip to content

Commit 734ec2a

Browse files
[pre-commit.ci] pre-commit autoupdate (#3)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent 37afa4c commit 734ec2a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.pre-commit-config.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -12,7 +12,6 @@ repos:
1212
- id: debug-statements
1313
- id: end-of-file-fixer
1414
- id: fix-byte-order-marker
15-
- id: forbid-new-submodules
1615
- id: mixed-line-ending
1716
- id: no-commit-to-branch
1817
args: [--branch, main]
@@ -30,7 +29,7 @@ repos:
3029
- id: rst-inline-touching-normal
3130
- id: text-unicode-replacement-char
3231
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.29.1
32+
rev: v2.31.0
3433
hooks:
3534
- id: pyupgrade
3635
args: [--py36-plus]
@@ -86,11 +85,11 @@ repos:
8685
hooks:
8786
- id: codespell
8887
- repo: https://github.com/guilatrova/tryceratops
89-
rev: v1.0.0
88+
rev: v1.0.1
9089
hooks:
9190
- id: tryceratops
9291
- repo: https://github.com/pre-commit/mirrors-mypy
93-
rev: 'v0.910-1'
92+
rev: 'v0.931'
9493
hooks:
9594
- id: mypy
9695
args: [

0 commit comments

Comments
 (0)