feat: inspectdb support sqlite

This commit is contained in:
long2ice
2022-04-01 20:30:36 +08:00
parent 75480e2041
commit 801dde15be
9 changed files with 70 additions and 13 deletions

View File

@@ -21,8 +21,7 @@ style: deps
check: deps
@black --check $(black_opts) $(checkfiles) || (echo "Please run 'make style' to auto-fix style issues" && false)
@pflake8 $(checkfiles)
@bandit -x tests -r $(checkfiles)
#@mypy $(checkfiles)
test: deps
$(py_warn) TEST_DB=sqlite://:memory: py.test