dj-database-url/.flake8
Matt Seymour 973b0bcf35 Add flake8 and black config, re-format
* Adds a basic black and flake8 compatible config
* Reformat the code with black using skip string normalization
2022-01-11 12:56:31 +00:00

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