Skip to content

Commit

Permalink
try to fix back problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ebehner committed Oct 16, 2023
1 parent 1979022 commit bcaa55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ check-format: venv
. $(VENV_PATH)/bin/activate
endif
python -m black --version
python -m black --check .
python -m isort --version
python -m black --check . || \
python -m isort --check . -s install_api.py -s $(VENV_PATH) --skip-glob dewolf-idioms --skip-glob logic

.ONESHELL: format
Expand Down

0 comments on commit bcaa55f

Please sign in to comment.