Skip to content

Commit 15e5b1c

Browse files
committed
Makefile: fix type for dev target
1 parent 1cea989 commit 15e5b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PYSOURCES=$(filter-out $(MODULE)/parser/cwl_v%,$(shell find $(MODULE) -name "*.p
3030
$(wildcard tests/*.py) create_cwl_from_objects.py load_cwl_by_path.py \
3131
setup.py ${MODULE}/parser/cwl_v1_?_utils.py docs/conf.py
3232
DEVPKGS=diff_cover pylint pep257 pydocstyle flake8 tox tox-pyenv \
33-
isort wheel autoflake pyupgrade bandit -lint-requirements.txt \
33+
isort wheel autoflake pyupgrade bandit -rlint-requirements.txt \
3434
-rtest-requirements.txt -rmypy-requirements.txt
3535
DEBDEVPKGS=pep8 python-autopep8 pylint python-coverage pydocstyle sloccount \
3636
python-flake8 python-mock shellcheck

0 commit comments

Comments
 (0)