Skip to content

Commit af8c9bd

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/python/blackhttps://github.com/psf/black - [github.com/psf/black: 23.1.0 → 23.3.0](psf/black@23.1.0...23.3.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](codespell-project/codespell@v2.2.2...v2.2.4) - [github.com/asottile/pyupgrade: v3.3.1 → v3.6.0](asottile/pyupgrade@v3.3.1...v3.6.0)
1 parent 1124bb1 commit af8c9bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ci:
1212
submodules: false
1313

1414
repos:
15-
- repo: https://github.com/python/black
16-
rev: 23.1.0
15+
- repo: https://github.com/psf/black
16+
rev: 23.3.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/codespell-project/codespell
20-
rev: v2.2.2
20+
rev: v2.2.4
2121
hooks:
2222
- id: codespell
2323
args:
@@ -40,7 +40,7 @@ repos:
4040
- id: isort
4141
args: ["--profile", "black"]
4242
- repo: https://github.com/asottile/pyupgrade
43-
rev: v3.3.1
43+
rev: v3.6.0
4444
hooks:
4545
- id: pyupgrade
4646
# TODO: remove `--keep-runtime-typing` option

0 commit comments

Comments
 (0)