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 d5c3697 commit 734d778Copy full SHA for 734d778
bin/run-mypy-on-modified-files.sh
@@ -9,5 +9,5 @@ cd "$(dirname "${0}")/.." || exit 1
9
{
10
git diff --name-only --diff-filter=d --relative ':(exclude)unit_tests'
11
git diff --name-only --diff-filter=d --staged --relative ':(exclude)unit_tests'
12
- git diff --name-only --diff-filter=d master... --relative ':(exclude)unit_tests'
+ git diff --name-only --diff-filter=d main... --relative ':(exclude)unit_tests'
13
} | grep -E '\.py$' | sort | uniq | xargs mypy --config-file mypy.ini --install-types --non-interactive
0 commit comments