Skip to content

Commit ac46e27

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 cda1da9 commit ac46e27

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
@@ -1286,7 +1286,7 @@ ifneq ("","$(wildcard tools/pip/site-packages)")
12861286
lint-py:
12871287
PYTHONPATH=tools/pip $(PYTHON) -m flake8 . \
12881288
--count --show-source --statistics --select=E901,E999,F821,F822,F823 \
1289-
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/jinja2,tools/pip
1289+
--exclude=.git,deps,lib,src,tools/*_macros.py,tools/gyp,tools/inspector_protocol,tools/jinja2,tools/markupsafe,tools/pip
12901290
else
12911291
lint-py:
12921292
@echo "Python linting with flake8 is not avalible"

0 commit comments

Comments
 (0)