Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed May 12, 2023
1 parent f0bc312 commit b8b6df0
Show file tree
Hide file tree
Showing 3 changed files with 647 additions and 411 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ style: deps

check: deps
@black --check $(black_opts) $(checkfiles) || (echo "Please run 'make style' to auto-fix style issues" && false)
@pflake8 $(checkfiles)
@ruff $(checkfiles)

test: deps
$(py_warn) TEST_DB=sqlite://:memory: py.test
Expand Down
Loading

0 comments on commit b8b6df0

Please sign in to comment.