Skip to content

Commit

Permalink
chore: black formatter use --preview
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Nov 9, 2023
1 parent 3da9991 commit 7ef5ea7
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 @@ -5,11 +5,11 @@ all: fix
check:
# mypy -p plugin
flake8 .
black --check --diff .
black --check --diff --preview .
isort --check --diff .

.PHONY: fix
fix:
autoflake --in-place .
black .
black --preview .
isort .

0 comments on commit 7ef5ea7

Please sign in to comment.