Skip to content

Commit f830bb9

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 3a4b13b commit f830bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: '^($|.*\.bin)'
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]
@@ -19,7 +19,7 @@ repos:
1919
language: python
2020
additional_dependencies: [pygments, restructuredtext_lint]
2121
- repo: https://github.com/asottile/reorder_python_imports
22-
rev: v2.4.0
22+
rev: v2.5.0
2323
hooks:
2424
- id: reorder-python-imports
2525
args: ['--application-directories=.:src']

0 commit comments

Comments
 (0)