File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
command : |
12
12
source build_tools/shared.sh
13
13
# Include pytest compatibility with mypy
14
- pip install pytest ruff $(get_dep mypy min) $(get_dep black min) cython-lint
14
+ pip install pytest $(get_dep ruff min) $(get_dep mypy min) $(get_dep black min) cython-lint
15
15
- run :
16
16
name : linting
17
17
command : ./build_tools/linting.sh
Original file line number Diff line number Diff line change 33
33
run : |
34
34
source build_tools/shared.sh
35
35
# Include pytest compatibility with mypy
36
- pip install pytest ruff $(get_dep mypy min) $(get_dep black min) cython-lint
36
+ pip install pytest $(get_dep ruff min) $(get_dep mypy min) $(get_dep black min) cython-lint
37
37
# we save the versions of the linters to be used in the error message later.
38
38
python -c "from importlib.metadata import version; print(f\"ruff={version('ruff')}\")" >> /tmp/versions.txt
39
39
python -c "from importlib.metadata import version; print(f\"mypy={version('mypy')}\")" >> /tmp/versions.txt
Original file line number Diff line number Diff line change 35
35
- bash : |
36
36
source build_tools/shared.sh
37
37
# Include pytest compatibility with mypy
38
- pip install pytest ruff $(get_dep mypy min) $(get_dep black min) cython-lint
38
+ pip install pytest $(get_dep ruff min) $(get_dep mypy min) $(get_dep black min) cython-lint
39
39
displayName: Install linters
40
40
- bash : |
41
41
./build_tools/linting.sh
You can’t perform that action at this time.
0 commit comments