Skip to content

Commit

Permalink
fix paths in dev/qa.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsnlp committed Jun 1, 2021
1 parent 78022b6 commit 4342c7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ vislcg3 --version | grep VISL >> hfst_vislcg3_versions.txt


echo "Checking for unnecessary noqa's..."
egrep "^.{,76}[^\"]{3}# noqa: E501" test/*.py udar/**/*.py
egrep "^.{,76}[^\"]{3}# noqa: E501" test/*.py src/udar/**/*.py


echo "Running flake8..."
flake8 *.py test/**/*.py udar/**/*.py
flake8 *.py test/**/*.py src/udar/**/*.py


echo "Running mypy..."
mypy udar
mypy src/udar


echo "Running pytest..."
Expand Down

0 comments on commit 4342c7c

Please sign in to comment.