Skip to content

Commit

Permalink
chore(Makefile): remove --statistics option
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Feb 19, 2023
1 parent 3e9c4bc commit 5609032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ py-format: py-format-install
$(PYTHON) -m black --check $(PYTHON_FILES)

ruff: ruff-install
$(PYTHON) -m ruff check . --statistics
$(PYTHON) -m ruff check .

ruff-fix: ruff-install
$(PYTHON) -m ruff check . --statistics --fix --exit-non-zero-on-fix
$(PYTHON) -m ruff check . --fix --exit-non-zero-on-fix

mypy: mypy-install
$(PYTHON) -m mypy $(PROJECT_PATH)
Expand Down

0 comments on commit 5609032

Please sign in to comment.