Skip to content

Commit 6773c44

Browse files
authored
Merge pull request #510 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e92285b + e01913f commit 6773c44

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,7 +3,7 @@
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.1.0
6+
rev: 22.3.0
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
@@ -12,14 +12,14 @@ repos:
1212
- id: isort
1313
name: isort (python)
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.1.0
15+
rev: v4.2.0
1616
hooks:
1717
- id: trailing-whitespace
1818
- id: end-of-file-fixer
1919
- id: check-yaml
2020
- id: check-added-large-files
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v2.31.0
22+
rev: v2.32.0
2323
hooks:
2424
- id: pyupgrade
2525
args: ["--py37-plus"]

0 commit comments

Comments
 (0)