Skip to content

Commit 229c0e0

Browse files
cclaussBethGriggs
cclauss
authored andcommitted
tools: do not lint tools/inspector_protocol or tools/markupsafe
PR-URL: #24882 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent e7e8a25 commit 229c0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ ifneq ("","$(wildcard tools/pip/site-packages)")
12391239
lint-py:
12401240
PYTHONPATH=tools/pip $(PYTHON) -m flake8 . \
12411241
--count --show-source --statistics --select=E901,E999,F821,F822,F823 \
1242-
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/jinja2,tools/pip
1242+
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip
12431243
else
12441244
lint-py:
12451245
@echo "Python linting with flake8 is not avalible"

0 commit comments

Comments
 (0)