Skip to content

Commit 7be4714

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/domdfcoding/flake2lint: v0.4.0 → v0.4.1](domdfcoding/flake2lint@v0.4.0...v0.4.1) - [github.com/pre-commit/pygrep-hooks: v1.8.0 → v1.9.0](pre-commit/pygrep-hooks@v1.8.0...v1.9.0) - [github.com/asottile/pyupgrade: v2.12.0 → v2.19.4](asottile/pyupgrade@v2.12.0...v2.19.4) - [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.7](python-formate/formate@v0.4.3...v0.4.7)
1 parent 0931c4e commit 7be4714

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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
@@ -41,34 +41,34 @@ repos:
4141
files: ^domplotlib/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.4.0
44+
rev: v0.4.1
4545
hooks:
4646
- id: flake2lint
4747

4848
- repo: https://github.com/pre-commit/pygrep-hooks
49-
rev: v1.8.0
49+
rev: v1.9.0
5050
hooks:
5151
- id: python-no-eval
5252
- id: rst-backticks
5353
- id: rst-directive-colons
5454
- id: rst-inline-touching-normal
5555

5656
- repo: https://github.com/asottile/pyupgrade
57-
rev: v2.12.0
57+
rev: v2.19.4
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.7
7272
hooks:
7373
- id: formate
7474
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

0 commit comments

Comments
 (0)