File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1518,8 +1518,8 @@ cpplint: lint-cpp
1518
1518
# Try with '--system' if it fails without; the system may have set '--user'
1519
1519
lint-py-build :
1520
1520
$(info Pip installing flake8 linter on $(shell $(PYTHON ) --version) ...)
1521
- $(PYTHON ) -m pip install --no-user -- upgrade -t tools/pip/site-packages flake8 || \
1522
- $(PYTHON ) -m pip install --no-user -- upgrade --system -t tools/pip/site-packages flake8
1521
+ $(PYTHON ) -m pip install --upgrade -t tools/pip/site-packages flake8 || \
1522
+ $(PYTHON ) -m pip install --upgrade --system -t tools/pip/site-packages flake8
1523
1523
1524
1524
.PHONY : lint-py
1525
1525
ifneq ("","$(wildcard tools/pip/site-packages/flake8) ")
@@ -1538,8 +1538,8 @@ endif
1538
1538
# Try with '--system' if it fails without; the system may have set '--user'
1539
1539
lint-yaml-build :
1540
1540
$(info Pip installing yamllint on $(shell $(PYTHON ) --version) ...)
1541
- $(PYTHON ) -m pip install --no-user -- upgrade -t tools/pip/site-packages yamllint || \
1542
- $(PYTHON ) -m pip install --no-user -- upgrade --system -t tools/pip/site-packages yamllint
1541
+ $(PYTHON ) -m pip install --upgrade -t tools/pip/site-packages yamllint || \
1542
+ $(PYTHON ) -m pip install --upgrade --system -t tools/pip/site-packages yamllint
1543
1543
1544
1544
.PHONY : lint-yaml
1545
1545
# Lints the YAML files with yamllint.
You can’t perform that action at this time.
0 commit comments