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 1158d38 commit 126b3aeCopy full SHA for 126b3ae
.pre-commit-config.yaml
@@ -24,17 +24,17 @@ repos:
24
hooks:
25
- id: rst-backticks
26
- repo: https://github.com/asottile/pyupgrade
27
- rev: v3.8.0
+ rev: v3.9.0
28
29
- id: pyupgrade
30
args: [--py37-plus]
31
- repo: https://github.com/psf/black
32
- rev: 23.3.0
+ rev: 23.7.0
33
34
- id: black
35
args: [--safe, --quiet]
36
- repo: https://github.com/asottile/blacken-docs
37
- rev: 1.14.0
+ rev: 1.15.0
38
39
- id: blacken-docs
40
additional_dependencies: [black==22.10.0]
0 commit comments