Initial checkin of customizable sqlalchemy-easy-profile.
This commit is contained in:
parent
937d36de31
commit
6b55cc1f5b
25 changed files with 1698 additions and 0 deletions
13
thirdparty/sqlalchemy-easy-profile/setup.cfg
vendored
Normal file
13
thirdparty/sqlalchemy-easy-profile/setup.cfg
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue