File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
- " ignite/**"
6
6
- " tests/ignite/**"
7
7
- " tests/run_cpu_tests.sh"
8
+ - " tests/run_code_style.sh"
8
9
- " examples/**.py"
9
10
- " requirements-dev.txt"
10
11
- " .github/workflows/unit-tests.yml"
14
15
- " ignite/**"
15
16
- " tests/ignite/**"
16
17
- " tests/run_cpu_tests.sh"
18
+ - " tests/run_code_style.sh"
17
19
- " examples/**.py"
18
20
- " requirements-dev.txt"
19
21
- " .github/workflows/unit-tests.yml"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ mypy --config-file mypy.ini
22
22
goto end
23
23
24
24
:install
25
- pip install flake8 " black==19.10b0" " isort==5.7.0" mypy
25
+ pip install flake8 " black==19.10b0" " isort==5.7.0" " mypy==0.910 "
26
26
goto end
27
27
28
28
:end
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ elif [ $1 = "fmt" ]; then
12
12
elif [ $1 = " mypy" ]; then
13
13
mypy --config-file mypy.ini
14
14
elif [ $1 = " install" ]; then
15
- pip install flake8 " black==19.10b0" " isort==5.7.0" mypy
15
+ pip install flake8 " black==19.10b0" " isort==5.7.0" " mypy==0.910 "
16
16
fi
You can’t perform that action at this time.
0 commit comments