Skip to content

Commit f451a9f

Browse files
authored
chore: reorder mypy check (#983)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 2377220 commit f451a9f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ repos:
88
- id: mixed-line-ending
99
- id: trailing-whitespace
1010

11-
- repo: https://github.com/pre-commit/mirrors-mypy
12-
rev: v1.18.1
13-
hooks:
14-
- id: mypy
15-
exclude: '^(docs|tasks|tests)|setup\.py'
16-
args: []
17-
additional_dependencies: [pyparsing, nox, orjson]
18-
1911
- repo: https://github.com/astral-sh/ruff-pre-commit
2012
rev: v0.13.0
2113
hooks:
@@ -30,6 +22,14 @@ repos:
3022
- id: rst-directive-colons
3123
- id: rst-inline-touching-normal
3224

25+
- repo: https://github.com/pre-commit/mirrors-mypy
26+
rev: v1.18.1
27+
hooks:
28+
- id: mypy
29+
exclude: '^(docs|tasks|tests)|setup\.py'
30+
args: []
31+
additional_dependencies: [pyparsing, nox, orjson]
32+
3333
- repo: https://github.com/codespell-project/codespell
3434
rev: "v2.4.1"
3535
hooks:

0 commit comments

Comments
 (0)