Commit cce5a8c 1 parent 6d06586 commit cce5a8c Copy full SHA for cce5a8c
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1493,8 +1493,8 @@ cpplint: lint-cpp
1493
1493
# Try with '--system' if it fails without; the system may have set '--user'
1494
1494
lint-py-build :
1495
1495
$(info Pip installing flake8 linter on $(shell $(PYTHON ) --version) ...)
1496
- $(PYTHON ) -m pip install --no-user -- upgrade -t tools/pip/site-packages flake8 || \
1497
- $(PYTHON ) -m pip install --no-user -- upgrade --system -t tools/pip/site-packages flake8
1496
+ $(PYTHON ) -m pip install --upgrade -t tools/pip/site-packages flake8 || \
1497
+ $(PYTHON ) -m pip install --upgrade --system -t tools/pip/site-packages flake8
1498
1498
1499
1499
.PHONY : lint-py
1500
1500
ifneq ("","$(wildcard tools/pip/site-packages/flake8) ")
@@ -1513,8 +1513,8 @@ endif
1513
1513
# Try with '--system' if it fails without; the system may have set '--user'
1514
1514
lint-yaml-build :
1515
1515
$(info Pip installing yamllint on $(shell $(PYTHON ) --version) ...)
1516
- $(PYTHON ) -m pip install --no-user -- upgrade -t tools/pip/site-packages yamllint || \
1517
- $(PYTHON ) -m pip install --no-user -- upgrade --system -t tools/pip/site-packages yamllint
1516
+ $(PYTHON ) -m pip install --upgrade -t tools/pip/site-packages yamllint || \
1517
+ $(PYTHON ) -m pip install --upgrade --system -t tools/pip/site-packages yamllint
1518
1518
1519
1519
.PHONY : lint-yaml
1520
1520
# Lints the YAML files with yamllint.
You can’t perform that action at this time.
0 commit comments