Skip to content

Commit 5f14e1d

Browse files
committed
Fix pre-commit
1 parent a4370be commit 5f14e1d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,6 @@ repos:
7676
hooks:
7777
- id: i18ndude
7878

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
8679

8780
##
8881
# Add extra configuration options in .meta.toml:
@@ -92,6 +85,13 @@ repos:
9285
# """
9386
##
9487

88+
- repo: https://github.com/pre-commit/mirrors-mypy
89+
rev: v1.18.2
90+
hooks:
91+
- id: mypy
92+
additional_dependencies:
93+
- types-decorator
94+
exclude: docs
9595

9696
##
9797
# Add extra configuration options in .meta.toml:

0 commit comments

Comments
 (0)