Skip to content

Commit dab9f2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.8.0](psf/black@22.6.0...22.8.0) - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.3](asottile/reorder-python-imports@v3.8.2...v3.8.3) - [github.com/asottile/pyupgrade: v2.37.3 → v2.38.2](asottile/pyupgrade@v2.37.3...v2.38.2) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](asottile/add-trailing-comma@v2.2.3...v2.3.0)
1 parent 4c2a052 commit dab9f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(tests/data/)
22
repos:
33
- repo: https://github.com/psf/black
4-
rev: 22.6.0
4+
rev: 22.8.0
55
hooks:
66
- id: black
77
args: [-S, --line-length=79, --safe, --quiet]
@@ -25,17 +25,17 @@ repos:
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/reorder_python_imports
28-
rev: v3.8.2
28+
rev: v3.8.3
2929
hooks:
3030
- id: reorder-python-imports
3131
args: [--py37-plus]
3232
- repo: https://github.com/asottile/pyupgrade
33-
rev: v2.37.3
33+
rev: v2.38.2
3434
hooks:
3535
- id: pyupgrade
3636
args: [--py37-plus]
3737
- repo: https://github.com/asottile/add-trailing-comma
38-
rev: v2.2.3
38+
rev: v2.3.0
3939
hooks:
4040
- id: add-trailing-comma
4141
# - repo: https://github.com/asottile/setup-cfg-fmt

0 commit comments

Comments
 (0)