Tomek Wójcik
c75ea4ea9d
* `bthlabs-jsonrpc-aiohttp` v1.0.0 * `bthlabs-jsonrpc-core` v1.0.0 * `bthlabs-jsonrpc-django` v1.0.0
8 lines
184 B
INI
8 lines
184 B
INI
[flake8]
|
|
exclude = .venv/,.pytest_cache/,example/*/migrations/*.py,testing/migrations/*.py
|
|
ignore = E402
|
|
max-line-length = 119
|
|
|
|
[tool:pytest]
|
|
DJANGO_SETTINGS_MODULE = testing.settings
|