We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9bc2df commit ceab9aaCopy full SHA for ceab9aa
.pre-commit-config.yaml
@@ -45,7 +45,7 @@ repos:
45
args: [--safe, --quiet]
46
exclude: *fixtures
47
- repo: https://github.com/Pierre-Sassoulas/black-disable-checker
48
- rev: 1.0.1
+ rev: v1.1.0
49
hooks:
50
- id: black-disable-checker
51
- repo: https://github.com/PyCQA/flake8
@@ -81,14 +81,14 @@ repos:
81
types: [text]
82
files: ^(doc/whatsnew/\d+\.\d+\.rst)
83
- repo: https://github.com/rstcheck/rstcheck
84
- rev: "v6.0.0rc2"
+ rev: "v6.0.0rc3"
85
86
- id: rstcheck
87
args: ["--report-level=warning"]
88
files: ^(doc/(.*/)*.*\.rst)
89
additional_dependencies: [Sphinx==4.5.0]
90
- repo: https://github.com/pre-commit/mirrors-mypy
91
- rev: v0.950
+ rev: v0.960
92
93
- id: mypy
94
name: mypy
0 commit comments