We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4964d7a commit 45ff047Copy full SHA for 45ff047
ci/typing.sh
@@ -9,7 +9,7 @@ RET=0
9
if [ "$TYPING" ]; then
10
11
echo "Typing *.py"
12
- mypy pandas/core/base.py
+ mypy -2 pandas/core/base.py
13
if [ $? -ne "0" ]; then
14
RET=1
15
fi
0 commit comments