Skip to content

Commit

Permalink
Fix check/mypy-next
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan committed Nov 15, 2021
1 parent cd4feda commit 34bf349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check/mypy
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
CIRQ_PACKAGES=$(env PYTHONPATH=. python dev_tools/modules.py list --mode package-path)

echo -e -n "\033[31m"
mypy --config-file=dev_tools/conf/mypy.ini "$@" $CIRQ_PACKAGES dev_tools examples
mypy --config-file=dev_tools/conf/$config_file "$@" $CIRQ_PACKAGES dev_tools examples
result=$?
echo -e -n "\033[0m"

Expand Down

0 comments on commit 34bf349

Please sign in to comment.