We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24802a7 commit 8230edfCopy full SHA for 8230edf
.github/scripts/build.sh
@@ -27,5 +27,5 @@ pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
27
if [[ ${PYTHON_VERSION} == 3.12 ]]; then
28
# Run type-checking
29
pip install ty
30
- ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
+ python -m ty check --exclude fire/test_components_py3.py --exclude fire/console/ --exclude fire/formatting_windows.py
31
fi
0 commit comments