We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0e113 commit d632703Copy full SHA for d632703
1 file changed
.pre-commit-config.yaml
@@ -34,16 +34,16 @@ repos:
34
additional_dependencies:
35
- tomli==2.0.1
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.8.0
+ rev: v3.9.0
38
hooks:
39
- id: pyupgrade
40
args: [--py38-plus]
41
- repo: https://github.com/psf/black
42
- rev: 23.3.0
+ rev: 23.7.0
43
44
- id: black
45
- repo: https://github.com/adamchainz/blacken-docs
46
- rev: 1.14.0
+ rev: 1.15.0
47
48
- id: blacken-docs
49
0 commit comments