Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 155a3de

Browse files
committed
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)"
This reverts commit f380bb7.
1 parent 3a446c2 commit 155a3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts-dev/lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ isort "${files[@]}"
9595
python3 -m black "${files[@]}"
9696
./scripts-dev/config-lint.sh
9797
flake8 "${files[@]}"
98-
dmypy run
98+
mypy

0 commit comments

Comments
 (0)