Skip to content

Commit fb121a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 20.8b1 → 21.4b0](psf/black@20.8b1...21.4b0) - [github.com/asottile/reorder_python_imports: v2.4.0 → v2.5.0](asottile/reorder-python-imports@v2.4.0...v2.5.0)
1 parent 894533a commit fb121a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 20.8b1
4+
rev: 21.4b0
55
hooks:
66
- id: black
77
args: [--safe, --quiet]
@@ -18,7 +18,7 @@ repos:
1818
- id: fix-encoding-pragma
1919
- id: check-yaml
2020
- repo: https://github.com/asottile/reorder_python_imports
21-
rev: v2.4.0
21+
rev: v2.5.0
2222
hooks:
2323
- id: reorder-python-imports
2424
args: ['--application-directories=execnet']

0 commit comments

Comments
 (0)