Skip to content

Commit ae250ed

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/pyupgrade: v2.37.3 → v2.38.0](asottile/pyupgrade@v2.37.3...v2.38.0)
1 parent 2b44bbd commit ae250ed

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
@@ -18,7 +18,7 @@ repos:
1818
args: [ --all ]
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 22.8.0
2222
hooks:
2323
- id: black
2424

@@ -52,7 +52,7 @@ repos:
5252
additional_dependencies: *flake8_deps
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v2.37.3
55+
rev: v2.38.0
5656
hooks:
5757
- id: pyupgrade
5858
exclude: ^build\.py$

0 commit comments

Comments
 (0)