dj-database-url/.flake8
Matt Seymour 80770bb243 Add pre-commit-config file
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
2022-05-04 09:51:32 +01:00

5 lines
109 B
INI

[flake8]
max-line-length = 88
extend-ignore = E203
per-file-ignores=
test_dj_database_url.py: E501, E265