Skip to content

Commit 30badc9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.3.0](pre-commit/pre-commit-hooks@v3.4.0...v4.3.0) - [github.com/domdfcoding/pre-commit-hooks: v0.2.1 → v0.4.0](domdfcoding/pre-commit-hooks@v0.2.1...v0.4.0) - [github.com/domdfcoding/flake8-dunder-all: v0.1.7 → v0.2.2](python-formate/flake8-dunder-all@v0.1.7...v0.2.2) - [github.com/domdfcoding/flake2lint: v0.4.0 → v0.4.2](domdfcoding/flake2lint@v0.4.0...v0.4.2) - [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.37.3](asottile/pyupgrade@v2.12.0...v2.37.3) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.3.0](Lucas-C/pre-commit-hooks@v1.1.9...v1.3.0) - [github.com/repo-helper/formate: v0.4.3 → v0.4.10](python-formate/formate@v0.4.3...v0.4.10) - [github.com/domdfcoding/dep_checker: v0.6.1 → v0.7.0](python-coincidence/dep_checker@v0.6.1...v0.7.0)
1 parent 6578370 commit 30badc9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 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.3.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-ast
@@ -25,7 +25,7 @@ repos:
2525
- id: end-of-file-fixer
2626

2727
- repo: https://github.com/domdfcoding/pre-commit-hooks
28-
rev: v0.2.1
28+
rev: v0.4.0
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:
@@ -35,46 +35,46 @@ repos:
3535
- id: bind-requirements
3636

3737
- repo: https://github.com/domdfcoding/flake8-dunder-all
38-
rev: v0.1.7
38+
rev: v0.2.2
3939
hooks:
4040
- id: ensure-dunder-all
4141
files: ^notebook2script/.*\.py$
4242

4343
- repo: https://github.com/domdfcoding/flake2lint
44-
rev: v0.4.0
44+
rev: v0.4.2
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.37.3
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.3.0
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.10
7272
hooks:
7373
- id: formate
7474
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.(_)?py$
7575

7676
- repo: https://github.com/domdfcoding/dep_checker
77-
rev: v0.6.1
77+
rev: v0.7.0
7878
hooks:
7979
- id: dep_checker
8080
args:

0 commit comments

Comments
 (0)