Skip to content

Commit 3c9524e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.10.1 → v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent 066d1b0 commit 3c9524e

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
@@ -14,14 +14,14 @@ repos:
1414
- id: mixed-line-ending
1515

1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v3.10.1
17+
rev: v3.14.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- '--py38-plus'
2222

2323
- repo: https://github.com/psf/black
24-
rev: 23.7.0
24+
rev: 23.9.1
2525
hooks:
2626
- id: black
2727
- id: black-jupyter

0 commit comments

Comments
 (0)