Skip to content

Commit

Permalink
bump numpy, jinja2 and flask
Browse files Browse the repository at this point in the history
  • Loading branch information
dovahcrow committed Feb 21, 2022
1 parent f792e23 commit b562399
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 130 deletions.
9 changes: 3 additions & 6 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,15 @@ gen-apidocs:
poetry run sphinx-apidoc --ext-doctest --ext-autodoc --ext-mathjax -f -o docs/source dataprep

#### CI ####
black:
poetry run black dataprep

ci: format ci-black pyright test lint
ci: black pyright test pylint

format:
black:
poetry run black dataprep

test +ARGS="":
poetry run pytest dataprep/tests {{ARGS}}

lint:
pylint:
poetry run pylint dataprep

pyright:
Expand Down
Loading

0 comments on commit b562399

Please sign in to comment.