Skip to content

Commit f8c4744

Browse files
committed
revert local changes on Makefile
1 parent 178d3be commit f8c4744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ REAL_CLONE_URL = $(if $(CLONE_URL),$(CLONE_URL),$(DEFAULT_CLONE_URL))
2222

2323
# Run code quality checks
2424
style_check: clean
25-
python -m pip install -U pip ruff
25+
pip install -U pip ruff
2626
ruff check . setup.py
2727
ruff format --check . setup.py
2828

2929
style: clean
30-
python -m pip install -U pip ruff
30+
pip install -U pip ruff
3131
ruff check . setup.py --fix
3232
ruff format . setup.py
3333

0 commit comments

Comments
 (0)