Skip to content

Commit 7cec85a

Browse files
Merge pull request #8657 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents b4cd14a + c519dd6 commit 7cec85a

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 21.4b2
3+
rev: 21.5b1
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -21,7 +21,7 @@ repos:
2121
exclude: _pytest/(debugging|hookspec).py
2222
language_version: python3
2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 3.9.1
24+
rev: 3.9.2
2525
hooks:
2626
- id: flake8
2727
language_version: python3
@@ -34,7 +34,7 @@ repos:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.14.0
37+
rev: v2.15.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]

0 commit comments

Comments
 (0)