Skip to content

Commit fadfef9

Browse files
committed
Echo the mypy version
1 parent d0bede4 commit fadfef9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ format-fix = [
100100
]
101101
lint-check = [
102102
"ruff check",
103-
"mypy -p src"
103+
"mypy -p src",
104+
"which mypy",
105+
"mypy --version",
104106
]
105107
lint-fix = [
106108
"ruff check --fix"
@@ -157,7 +159,7 @@ lint = [
157159
"hatch fmt --linter"
158160
]
159161
test-lint = [
160-
"hatch fmt --linter --check"
162+
"hatch -v fmt --linter --check"
161163
]
162164
test = [
163165
"hatch test --cover --cov-report html --cov-report xml {args}"

0 commit comments

Comments
 (0)