We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea989 commit 15e5b1cCopy full SHA for 15e5b1c
Makefile
@@ -30,7 +30,7 @@ PYSOURCES=$(filter-out $(MODULE)/parser/cwl_v%,$(shell find $(MODULE) -name "*.p
30
$(wildcard tests/*.py) create_cwl_from_objects.py load_cwl_by_path.py \
31
setup.py ${MODULE}/parser/cwl_v1_?_utils.py docs/conf.py
32
DEVPKGS=diff_cover pylint pep257 pydocstyle flake8 tox tox-pyenv \
33
- isort wheel autoflake pyupgrade bandit -lint-requirements.txt \
+ isort wheel autoflake pyupgrade bandit -rlint-requirements.txt \
34
-rtest-requirements.txt -rmypy-requirements.txt
35
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
36
python-flake8 python-mock shellcheck
0 commit comments