Skip to content

Commit 5e847b2

Browse files
authored
Merge pull request #6560 from python-pillow/pre-commit-ci-update-config
2 parents b6348d9 + b3683c3 commit 5e847b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.8.0
44
hooks:
55
- id: black
66
args: ["--target-version", "py37"]
@@ -14,18 +14,18 @@ repos:
1414
- id: isort
1515

1616
- repo: https://github.com/asottile/yesqa
17-
rev: v1.3.0
17+
rev: v1.4.0
1818
hooks:
1919
- id: yesqa
2020

2121
- repo: https://github.com/Lucas-C/pre-commit-hooks
22-
rev: v1.3.0
22+
rev: v1.3.1
2323
hooks:
2424
- id: remove-tabs
2525
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.opt$)
2626

2727
- repo: https://github.com/PyCQA/flake8
28-
rev: 5.0.2
28+
rev: 5.0.4
2929
hooks:
3030
- id: flake8
3131
additional_dependencies: [flake8-2020, flake8-implicit-str-concat]

0 commit comments

Comments
 (0)