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

Commit

Permalink
Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Mar 31, 2021
1 parent 3a446c2 commit 5fe38e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/9720.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Revert using `dmypy run` in lint script.
2 changes: 1 addition & 1 deletion scripts-dev/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ isort "${files[@]}"
python3 -m black "${files[@]}"
./scripts-dev/config-lint.sh
flake8 "${files[@]}"
dmypy run
mypy

0 comments on commit 5fe38e0

Please sign in to comment.