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 bff2ea4 commit 7772ae5Copy full SHA for 7772ae5
.pre-commit-config.yaml
@@ -35,11 +35,11 @@ repos:
35
- id: python-check-blanket-noqa
36
name: Precision flake ignores
37
- repo: https://github.com/psf/black
38
- rev: 23.7.0
+ rev: 23.9.1
39
hooks:
40
- id: black
41
- repo: https://github.com/asottile/blacken-docs
42
- rev: 1.15.0
+ rev: 1.16.0
43
44
- id: blacken-docs
45
additional_dependencies: [black==22.3.0]
@@ -58,7 +58,7 @@ repos:
58
flake8-simplify==0.14.1,
59
]
60
- repo: https://github.com/pre-commit/mirrors-mypy
61
- rev: v1.4.1
+ rev: v1.5.1
62
63
- id: mypy
64
additional_dependencies:
0 commit comments