mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Adds a precommit config file (and .flake8 config) to enable CI in jazzband organization. Adds basic following checks: * Black * isort * flake8 * end-of-file-fixer * trailing-whitespace
5 lines
109 B
INI
5 lines
109 B
INI
[flake8]
|
|
max-line-length = 88
|
|
extend-ignore = E203
|
|
per-file-ignores=
|
|
test_dj_database_url.py: E501, E265
|