We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85298dc commit f6da0c4Copy full SHA for f6da0c4
1 file changed
.pre-commit-config.yaml
@@ -16,11 +16,11 @@ repos:
16
- id: trailing-whitespace
17
args: [--markdown-linebreak-ext=md]
18
- repo: https://github.com/asottile/pyupgrade
19
- rev: v3.16.0
+ rev: v3.17.0
20
hooks:
21
- id: pyupgrade
22
args: ['--py36-plus']
23
- repo: https://github.com/python/black
24
- rev: 24.4.2
+ rev: 24.8.0
25
26
- id: black
0 commit comments