Browse Source

Revert "Use 'dmypy run' in lint.sh instead of 'mypy' (#9701)" (#9720)

Patrick Cloke 3 years ago
parent
commit
5fe38e07e7
2 changed files with 2 additions and 1 deletions
  1. 1 0
      changelog.d/9720.misc
  2. 1 1
      scripts-dev/lint.sh

+ 1 - 0
changelog.d/9720.misc

@@ -0,0 +1 @@
+Revert using `dmypy run` in lint script.

+ 1 - 1
scripts-dev/lint.sh

@@ -95,4 +95,4 @@ isort "${files[@]}"
 python3 -m black "${files[@]}"
 ./scripts-dev/config-lint.sh
 flake8 "${files[@]}"
-dmypy run
+mypy