Skip to content

Commit 9d70d2e

Browse files
committed
chores: add isort and mypy to our tests
1 parent 48c5149 commit 9d70d2e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RunChecks.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,20 @@
55
# SPDX-License-Identifier: MIT
66
# ---------------------------------------------
77

8-
# 2022-07-15, T. Graf
8+
# 2023-12-25, T. Graf
99

1010
Write-Host "flake8 ..."
1111
poetry run flake8
1212

1313
Write-Host "markdownlint ..."
1414
npx -q markdownlint-cli *.md
1515

16+
Write-Host "isort ..."
17+
isort .
18+
19+
Write-Host "mypy ..."
20+
mypy .
21+
1622
Write-Host "done."
1723

1824

0 commit comments

Comments
 (0)