Skip to content

Commit f6da0c4

Browse files
committed
Update pre-commit config
1 parent 85298dc commit f6da0c4

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
@@ -16,11 +16,11 @@ repos:
1616
- id: trailing-whitespace
1717
args: [--markdown-linebreak-ext=md]
1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.16.0
19+
rev: v3.17.0
2020
hooks:
2121
- id: pyupgrade
2222
args: ['--py36-plus']
2323
- repo: https://github.com/python/black
24-
rev: 24.4.2
24+
rev: 24.8.0
2525
hooks:
2626
- id: black

0 commit comments

Comments
 (0)