Skip to content

Commit 6362d37

Browse files
pre-commit-ci[bot]neersighted
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0)
1 parent 6161821 commit 6362d37

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.8.0
3+
rev: 22.10.0
44
hooks:
55
- id: black
66

@@ -28,7 +28,7 @@ repos:
2828
- id: check-json
2929

3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.38.2
31+
rev: v3.1.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py36-plus]

0 commit comments

Comments
 (0)