Skip to content

Commit

Permalink
Merge branch 'main' of github.com:reynoldsnlp/udar into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Reynolds committed Jun 8, 2021
2 parents 3248472 + 4342c7c commit aa97c3f
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 aa97c3f

Please sign in to comment.