File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 - name : Check format with black
3030 run : poetry run black --check pycommons/ tests/
3131 - name : Check type hinting with mypy
32- run : mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
32+ run : poetry run mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
3333
Original file line number Diff line number Diff line change 3131 - name : Check format with black
3232 run : poetry run black --check pycommons/ tests/
3333 - name : Check type hinting with mypy
34- run : mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
34+ run : poetry run mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
3535
Original file line number Diff line number Diff line change 2929 - name : Check format with black
3030 run : poetry run black --check pycommons/ tests/
3131 - name : Check type hinting with mypy
32- run : mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
32+ run : poetry run mypy --namespace-packages -p pycommons.lang --strict --config-file=mypy.ini
3333
You can’t perform that action at this time.
0 commit comments