Skip to content

Commit 7739c74

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/domdfcoding/pre-commit-hooks: v0.1.6 → v0.2.1](domdfcoding/pre-commit-hooks@v0.1.6...v0.2.1) - [github.com/domdfcoding/flake8-dunder-all: v0.1.5 → v0.1.7](python-formate/flake8-dunder-all@v0.1.5...v0.1.7) - [github.com/pre-commit/pygrep-hooks: v1.7.0 → v1.8.0](pre-commit/pygrep-hooks@v1.7.0...v1.8.0) - [github.com/asottile/pyupgrade: v2.7.4 → v2.12.0](asottile/pyupgrade@v2.7.4...v2.12.0) - [github.com/domdfcoding/dep_checker: v0.4.1 → v0.6.2](python-coincidence/dep_checker@v0.4.1...v0.6.2)
1 parent 347b9e4 commit 7739c74

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
@@ -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.2.1
2929
hooks:
3030
- id: requirements-txt-sorter
3131
args:
@@ -35,18 +35,18 @@ repos:
3535
- id: bind-requirements
3636

3737
- repo: https://github.com/domdfcoding/flake8-dunder-all
38-
rev: v0.1.5
38+
rev: v0.1.7
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.8.0
4545
hooks:
4646
- id: python-no-eval
4747

4848
- repo: https://github.com/asottile/pyupgrade
49-
rev: v2.7.4
49+
rev: v2.12.0
5050
hooks:
5151
- id: pyupgrade
5252
args:
@@ -65,7 +65,7 @@ repos:
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.6.2
6969
hooks:
7070
- id: dep_checker
7171
args:

0 commit comments

Comments
 (0)