Skip to content

Commit 66e88ca

Browse files
authored
Merge pull request #589 from pytest-dev/pre-commit-ci-update-config
2 parents 7e029c5 + 535cd78 commit 66e88ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
repos:
44
- repo: https://github.com/psf/black
55
# If you update the version here, also update it in tox.ini (py*-pytestlatest-linters)
6-
rev: 22.10.0
6+
rev: 22.12.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 5.10.1
10+
rev: 5.11.1
1111
hooks:
1212
- id: isort
1313
name: isort (python)
@@ -19,7 +19,7 @@ repos:
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.3.0
22+
rev: v3.3.1
2323
hooks:
2424
- id: pyupgrade
2525
args: ["--py37-plus"]

0 commit comments

Comments
 (0)