Skip to content

Commit

Permalink
refactor: major upgrade to rely on pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodaher committed Apr 27, 2022
1 parent 7e3417e commit 6df972c
Show file tree
Hide file tree
Showing 6 changed files with 664 additions and 747 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ check:

lint:
@echo "Checking code style ..."
@poetry run pylint --rcfile=./.pylintrc sanic_rest
@poetry run pylint sanic_rest

unit:
@echo "Running unit tests ..."
@poetry run nosetests

clean:
@rm -rf .coverage coverage.xml dist/ build/ *.egg-info/
Expand Down
Loading

0 comments on commit 6df972c

Please sign in to comment.