Commit cbda0fa Artiom N.
committed
1 parent 3ef6000 commit cbda0fa Copy full SHA for cbda0fa
File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Install dependencies
26
26
run : |
27
27
python -m pip install --upgrade pip
28
- pip install flake8 mypy pytest pylint \
29
- types-all types-attrs types-dataclasses types-PyYAML types-typed-ast
30
28
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
29
+ if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
31
30
- name : MyPy types checking
32
31
run : |
33
32
mypy --config-file .mypy.ini markdown_toolset
Original file line number Diff line number Diff line change 1
1
markdown == 3.2.1
2
2
pillow == 10.3.0
3
3
requests == 2.31.0
4
- types-markdown == 3.6.0.20240316
5
4
weasyprint == 51
Original file line number Diff line number Diff line change
1
+ flake8
2
+ mypy
1
3
pre-commit==2.20.0
4
+ pylint
5
+ pytest
6
+ types-all
7
+ types-attrs
8
+ types-dataclasses
9
+ types-markdown
10
+ types-PyYAML
11
+ types-typed-ast
You can’t perform that action at this time.
0 commit comments