Skip to content

Commit b07e509

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0) - [github.com/domdfcoding/pre-commit-hooks: v0.1.6 → v0.4.0](domdfcoding/pre-commit-hooks@v0.1.6...v0.4.0) - [github.com/domdfcoding/flake8-dunder-all: v0.1.5 → v0.2.2](python-formate/flake8-dunder-all@v0.1.5...v0.2.2) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.9.0](pre-commit/pygrep-hooks@v1.7.0...v1.9.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.3.0](asottile/pyupgrade@v2.7.4...v3.3.0) - [github.com/Lucas-C/pre-commit-hooks: v1.1.9 → v1.3.1](Lucas-C/pre-commit-hooks@v1.1.9...v1.3.1) - [github.com/domdfcoding/yapf-isort: v0.5.5 → v0.6.0](domdfcoding/yapf-isort@v0.5.5...v0.6.0) - [github.com/domdfcoding/dep_checker: v0.4.1 → v0.7.0](python-coincidence/dep_checker@v0.4.1...v0.7.0)
1 parent 347b9e4 commit b07e509

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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.4.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.1.6
28+
rev: v0.4.0
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:
@@ -35,37 +35,37 @@ repos:
3535
- id: bind-requirements
3636

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

4343
- repo: https://github.com/pre-commit/pygrep-hooks
44-
rev: v1.7.0
44+
rev: v1.9.0
4545
hooks:
4646
- id: python-no-eval
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v2.7.4
49+
rev: v3.3.0
5050
hooks:
5151
- id: pyupgrade
5252
args:
5353
- --py36-plus
5454

5555
- repo: https://github.com/Lucas-C/pre-commit-hooks
56-
rev: v1.1.9
56+
rev: v1.3.1
5757
hooks:
5858
- id: remove-crlf
5959
- id: forbid-crlf
6060

6161
- repo: https://github.com/domdfcoding/yapf-isort
62-
rev: v0.5.5
62+
rev: v0.6.0
6363
hooks:
6464
- id: yapf-isort
6565
exclude: ^(doc-source/conf|__pkginfo__|make_conda_recipe|setup)\.py$
6666

6767
- repo: https://github.com/domdfcoding/dep_checker
68-
rev: v0.4.1
68+
rev: v0.7.0
6969
hooks:
7070
- id: dep_checker
7171
args:

0 commit comments

Comments
 (0)