We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 169012f commit dafbd93Copy full SHA for dafbd93
3 files changed
.pre-commit-config.yaml
@@ -43,7 +43,7 @@ repos:
43
- id: rst-inline-touching-normal
44
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: "v1.12.0"
+ rev: "v1.12.1"
47
hooks:
48
- id: mypy
49
files: "(src|tests)"
docs/pages/guides/style.md
@@ -533,7 +533,7 @@ The MyPy addition for pre-commit:
533
534
```yaml
535
536
537
538
539
files: src
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
59
{%- endif %}
60
61
62
63
64
65
files: src|tests
0 commit comments