Skip to content

Commit

Permalink
type annotation warning removed
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Mar 31, 2021
1 parent 9a7f1ab commit cc19289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# linter fails or the pytest fails. This is important for the Travis.

# Run linter (checks code style)
# Ignore F821 for type annotations
flake8 --select E,F src/ test/ --exclude src/filters,src/parser/evaql --ignore F821
flake8 --select E,F src/ test/ --exclude src/filters,src/parser/evaql
linter_code=$?
# Run unit tests
PYTHONPATH=./ pytest test/ --cov-report= --cov-config=.coveragerc --cov=src/ -s -v --log-level=WARNING
Expand Down

0 comments on commit cc19289

Please sign in to comment.