We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942c693 commit e360e1aCopy full SHA for e360e1a
.pre-commit-config.yaml
@@ -15,18 +15,18 @@ repos:
15
- id: fix-byte-order-marker
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.3.1
+ rev: v3.10.1
19
hooks:
20
- id: pyupgrade
21
args: [ "--py38-plus", "--keep-runtime-typing" ]
22
23
- repo: https://github.com/psf/black
24
- rev: 23.3.0
+ rev: 23.7.0
25
26
- id: black
27
28
- repo: https://github.com/asottile/blacken-docs
29
- rev: 1.13.0
+ rev: 1.16.0
30
31
- id: blacken-docs
32
additional_dependencies: [ black ]
0 commit comments