File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 44
44
pip install flake8 pytest pytest-cov pytest-env
45
45
pip install --editable ".[hobbit,hobbit_core]"
46
46
pip install celery
47
+ pip install "MarkupSafe==2.0.1" blinker[flask]
47
48
- run :
48
49
name : use flake8 check self
49
50
command : flake8 .
76
77
pip install flake8 pytest pytest-cov pytest-env
77
78
pip install --editable ".[hobbit,hobbit_core]"
78
79
pip install celery
80
+ pip install "MarkupSafe==2.0.1" blinker[flask]
79
81
- run :
80
82
name : use flake8 check self
81
83
command : flake8 .
Original file line number Diff line number Diff line change 20
20
sphinx
21
21
sphinx-autobuild
22
22
flask-sphinx-themes
23
+ MarkupSafe ==2.0.1
23
24
whitelist_externals = make
24
25
commands = make html
25
26
36
37
pytest-env
37
38
flake8
38
39
pipenv
40
+ MarkupSafe ==2.0.1
41
+ blinker[flask]
39
42
commands =
40
43
flake8 .
41
44
# mypy hobbit hobbit_core tests
You can’t perform that action at this time.
0 commit comments