Skip to content

Commit b112fb0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.1](asottile/pyupgrade@v3.2.2...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
1 parent 021c73e commit b112fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ repos:
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.2.2
28+
rev: v3.3.1
2929
hooks:
3030
- id: pyupgrade
3131
args:
3232
- "--py38-plus"
3333
# https://github.com/python/black#version-control-integration
3434
- repo: https://github.com/psf/black
35-
rev: 22.10.0
35+
rev: 22.12.0
3636
hooks:
3737
- id: black
3838
- id: black-jupyter

0 commit comments

Comments
 (0)