Skip to content

Commit

Permalink
Show what black wants to reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzminsky committed Sep 14, 2024
1 parent 3f4e8ae commit 1e5ce37
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 @@ -109,7 +109,7 @@ isort: ## Fix import order errors
lint: ## check style with pylint
yamllint --no-warnings -f parsable .
isort --check-only twindb_backup tests
black --check twindb_backup tests
black --diff --check twindb_backup tests
pycodestyle twindb_backup
pylint twindb_backup

Expand Down

0 comments on commit 1e5ce37

Please sign in to comment.