Skip to content

Commit 0942bbc

Browse files
Update pre-commit hooks
updates: - [github.com/psf/black: 24.4.0 → 24.8.0](psf/black@24.4.0...24.8.0) - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0)
1 parent 93597ca commit 0942bbc

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
@@ -6,12 +6,12 @@ ci:
66

77
repos:
88
- repo: https://github.com/psf/black
9-
rev: 24.4.0
9+
rev: 24.8.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.15.2
14+
rev: v3.17.0
1515
hooks:
1616
- id: pyupgrade
1717
args: [--py36-plus]

0 commit comments

Comments
 (0)