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 7cf250e commit 5487803Copy full SHA for 5487803
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: black
15
args: [ --safe, --quiet ]
16
- repo: https://github.com/asottile/blacken-docs
17
- rev: 1.15.0
+ rev: 1.16.0
18
hooks:
19
- id: blacken-docs
20
additional_dependencies: [ black==22.12.0 ]
@@ -45,7 +45,7 @@ repos:
45
- flake8-bugbear
46
args: ["--extend-ignore=E203", "--max-line-length=88"]
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.5.0
+ rev: v1.5.1
49
50
- id: mypy
51
exclude: (docs|pyfakefs/tests)
0 commit comments