Skip to content

Commit fe62914

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/asottile/pyupgrade: v2.12.0 → v2.19.1](asottile/pyupgrade@v2.12.0...v2.19.1) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.1.10](Lucas-C/pre-commit-hooks@v1.1.9...v1.1.10) - [github.com/repo-helper/formate: v0.4.3 → v0.4.5](python-formate/formate@v0.4.3...v0.4.5)
1 parent 5d1e6ce commit fe62914

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exclude: ^$
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v3.4.0
8+
rev: v4.0.1
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -54,21 +54,21 @@ repos:
5454
- id: rst-inline-touching-normal
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v2.12.0
57+
rev: v2.19.1
5858
hooks:
5959
- id: pyupgrade
6060
args:
6161
- --py36-plus
6262
- --keep-runtime-typing
6363

6464
- repo: https://github.com/Lucas-C/pre-commit-hooks
65-
rev: v1.1.9
65+
rev: v1.1.10
6666
hooks:
6767
- id: remove-crlf
6868
- id: forbid-crlf
6969

7070
- repo: https://github.com/repo-helper/formate
71-
rev: v0.4.3
71+
rev: v0.4.5
7272
hooks:
7373
- id: formate
7474
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$

0 commit comments

Comments
 (0)