mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
* Demo the mypy types issue * Redo as a package * Update setup.py --------- Co-authored-by: Matt Seymour <mattaseymour@gmail.com>
5 lines
115 B
INI
5 lines
115 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
per-file-ignores=
|
|
tests/test_dj_database_url.py: E501, E265
|