Skip to content

Commit

Permalink
run black after docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
willdumm committed Sep 18, 2024
1 parent 4f7cd84 commit 91326b3
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 @@ -8,12 +8,12 @@ test:
pytest tests

format:
black netam tests
docformatter --in-place --black --recursive netam tests
black netam tests

checkformat:
black --check netam tests
docformatter --check --black --recursive netam tests
black --check netam tests

lint:
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 91326b3

Please sign in to comment.