Skip to content

Commit 2049ae2

Browse files
authored
Merge pull request #8596 from pytest-dev/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 134d8f7 + f5c22a6 commit 2049ae2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 20.8b1
3+
rev: 21.4b0
44
hooks:
55
- id: black
66
args: [--safe, --quiet]
@@ -29,12 +29,12 @@ repos:
2929
- flake8-typing-imports==1.9.0
3030
- flake8-docstrings==1.5.0
3131
- repo: https://github.com/asottile/reorder_python_imports
32-
rev: v2.4.0
32+
rev: v2.5.0
3333
hooks:
3434
- id: reorder-python-imports
3535
args: ['--application-directories=.:src', --py36-plus]
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v2.12.0
37+
rev: v2.13.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py36-plus]

0 commit comments

Comments
 (0)