Skip to content

Commit 1d5568a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v3.0.0](asottile/pyupgrade@v2.38.0...v3.0.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0)
1 parent 67e77a1 commit 1d5568a

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
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.38.0
15+
rev: v3.0.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [ "--py36-plus" ]
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: isort
2323
- repo: https://github.com/psf/black
24-
rev: 22.8.0
24+
rev: 22.10.0
2525
hooks:
2626
- id: black
2727
args: [ --safe ]

0 commit comments

Comments
 (0)