Skip to content

Commit

Permalink
Development dependency updates and Python 3.9 support identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Sep 28, 2020
1 parent 615b015 commit 3f04988
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 182 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ version:
poetry version `python cure/__version__.py`

black:
poetry run black -l 120 cure/ tests/
poetry run black cure/ tests/

isort:
poetry run isort -rc cure/ tests/
poetry run isort cure/ tests/

build:
rm -rf dist/
Expand Down
Loading

0 comments on commit 3f04988

Please sign in to comment.