mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Ignore E501 (line >80 columns)
This commit is contained in:
parent
224097dac1
commit
3d21e9b051
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@ depends:
|
|||
|
||||
.PHONY: lint
|
||||
lint:
|
||||
#$(PYTHON) -m flake8 --ignore E24,E121,E123,E125,E126,E221,E226,E266,E704,E265 --exclude ptvsd/pydevd $(CURDIR)
|
||||
#$(PYTHON) -m flake8 --ignore E24,E121,E123,E125,E126,E221,E226,E266,E704,E265,E501 --exclude ptvsd/pydevd $(CURDIR)
|
||||
$(PYTHON) -m tests --lint-only
|
||||
|
||||
.PHONY: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue