We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b524a62 commit f6637ebCopy full SHA for f6637eb
ci/code_checks.sh
@@ -6,5 +6,6 @@ SRC_FILES=(src/ tests/ setup.py)
6
set -x # echo commands
7
set -e # quit immediately on error
8
9
+pytype ${SRC_FILES[@]}
10
flake8 ${SRC_FILES[@]}
-black --check ${SRC_FILES[@]}
11
+black --check ${SRC_FILES[@]}
0 commit comments