Skip to content

Commit

Permalink
poetry update
Browse files Browse the repository at this point in the history
  • Loading branch information
ilcardella committed Aug 11, 2020
1 parent fe04736 commit 5f7e4eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ format: isort black

lint: flake8 mypy

check: format lint test
check: install format lint test

ci: install check docs build
ci: check docs build

clean:
> rm -rf *egg-info
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f7e4eb

Please sign in to comment.