Skip to content

Commit

Permalink
Update check command
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Oct 24, 2023
1 parent 670d1d4 commit eebbc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ build-release-native: .venv ## Same as build-release, except with native CPU op

.PHONY: fmt
fmt: .venv ## Run autoformatting and linting
$(VENV_BIN)/ruff .
$(VENV_BIN)/ruff check .
$(VENV_BIN)/ruff format .
$(VENV_BIN)/blackdoc .
$(VENV_BIN)/typos ..
Expand Down

0 comments on commit eebbc2e

Please sign in to comment.