Skip to content

Commit

Permalink
chore(python): Update formatting targets Makefile (#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj committed Oct 3, 2022
1 parent e782068 commit 49898c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ fmt: venv ## Run autoformatting and linting
$(VENV_BIN)/isort .
$(VENV_BIN)/black .
$(VENV_BIN)/blackdoc .
$(VENV_BIN)/pyupgrade --py37-plus `find polars/ tests/ -name "*.py" -type f`
$(VENV_BIN)/pyupgrade --py37-plus `find polars docs tests -name "*.py" -type f`
cargo fmt --all
-dprint fmt
-$(VENV_BIN)/mypy
-$(VENV_BIN)/flake8 polars tests docs
-$(VENV_BIN)/flake8

.PHONY: clippy
clippy: ## Run clippy
Expand Down

0 comments on commit 49898c6

Please sign in to comment.