Initial checkin of customizable sqlalchemy-easy-profile.

This commit is contained in:
Ben Rog-Wilhelm 2022-11-10 08:43:22 -06:00 committed by Ben Rog-Wilhelm
parent 937d36de31
commit 6b55cc1f5b
25 changed files with 1698 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[flake8]
max-complexity = 10
exclude = .eggs,.tox,.venv*,build,dist
max-line-length = 79
import-order-style = google
inline-quotes = double
docstring-quotes = double
application-import-names = easy_profile
[coverage:run]
branch = True
source = easy_profile
omit = setup.py