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 aea172a commit ba6fb4aCopy full SHA for ba6fb4a
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
- id: black
35
args: [--safe, --quiet]
36
- repo: https://github.com/asottile/blacken-docs
37
- rev: 1.15.0
+ rev: 1.16.0
38
hooks:
39
- id: blacken-docs
40
additional_dependencies: [black==22.10.0]
@@ -47,7 +47,7 @@ repos:
47
language: python
48
additional_dependencies: [pygments, restructuredtext_lint]
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.5.0
+ rev: v1.5.1
51
52
- id: mypy
53
files: ^(src/|testing/)
0 commit comments