Skip to content

Commit 72bd3b5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](asottile/pyupgrade@v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
1 parent b74898a commit 72bd3b5

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: v3.3.0
15+
rev: v3.3.1
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.10.0
24+
rev: 22.12.0
2525
hooks:
2626
- id: black
2727
args: [ --safe ]

0 commit comments

Comments
 (0)