Skip to content

Commit 17377a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v3.4.0...v6.0.0) - [github.com/domdfcoding/pre-commit-hooks: v0.6.0 → v0.7.0](domdfcoding/pre-commit-hooks@v0.6.0...v0.7.0) - [github.com/asottile/pyupgrade: v3.3.0 → v3.21.2](asottile/pyupgrade@v3.3.0...v3.21.2) - [github.com/Lucas-C/pre-commit-hooks: v1.5.1 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.1...v1.5.6) - [github.com/python-formate/formate: v1.2.0 → v1.2.1](python-formate/formate@v1.2.0...v1.2.1)
1 parent d7954b5 commit 17377a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: reformat-pyproject
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.4.0
16+
rev: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast
@@ -32,7 +32,7 @@ repos:
3232
- id: end-of-file-fixer
3333

3434
- repo: https://github.com/domdfcoding/pre-commit-hooks
35-
rev: v0.6.0
35+
rev: v0.7.0
3636
hooks:
3737
- id: requirements-txt-sorter
3838
args:
@@ -61,15 +61,15 @@ repos:
6161
- id: rst-inline-touching-normal
6262

6363
- repo: https://github.com/asottile/pyupgrade
64-
rev: v3.3.0
64+
rev: v3.21.2
6565
hooks:
6666
- id: pyupgrade
6767
args:
6868
- --py37-plus
6969
- --keep-runtime-typing
7070

7171
- repo: https://github.com/Lucas-C/pre-commit-hooks
72-
rev: v1.5.1
72+
rev: v1.5.6
7373
hooks:
7474
- id: remove-crlf
7575
- id: forbid-crlf
@@ -80,7 +80,7 @@ repos:
8080
- id: snippet-fmt
8181

8282
- repo: https://github.com/python-formate/formate
83-
rev: v1.2.0
83+
rev: v1.2.1
8484
hooks:
8585
- id: formate
8686
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

0 commit comments

Comments
 (0)