Skip to content

Commit b5c4ff3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/asottile/reorder_python_imports: v3.1.0 → v3.3.0](asottile/reorder-python-imports@v3.1.0...v3.3.0)
1 parent ccf019d commit b5c4ff3

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
@@ -11,7 +11,7 @@
1111
repos:
1212
# Autoformat: Python code
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 22.6.0
1515
hooks:
1616
- id: black
1717
args: [--target-version=py36]
@@ -24,7 +24,7 @@ repos:
2424

2525
# Autoformat: https://github.com/asottile/reorder_python_imports
2626
- repo: https://github.com/asottile/reorder_python_imports
27-
rev: v3.1.0
27+
rev: v3.3.0
2828
hooks:
2929
- id: reorder-python-imports
3030

0 commit comments

Comments
 (0)