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 a4370be commit 5f14e1dCopy full SHA for 5f14e1d
1 file changed
.pre-commit-config.yaml
@@ -76,13 +76,6 @@ repos:
76
hooks:
77
- id: i18ndude
78
79
-- repo: https://github.com/pre-commit/mirrors-mypy
80
- rev: v1.18.2
81
- hooks:
82
- - id: mypy
83
- additional_dependencies:
84
- - types-decorator
85
- exclude: docs
86
87
##
88
# Add extra configuration options in .meta.toml:
@@ -92,6 +85,13 @@ repos:
92
# """
93
94
+- repo: https://github.com/pre-commit/mirrors-mypy
89
+ rev: v1.18.2
90
+ hooks:
91
+ - id: mypy
+ additional_dependencies:
+ - types-decorator
+ exclude: docs
95
96
97
0 commit comments