mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
* Adds a basic black and flake8 compatible config * Reformat the code with black using skip string normalization
5 lines
No EOL
108 B
INI
5 lines
No EOL
108 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
per-file-ignores=
|
|
test_dj_database_url.py: E501, E265 |