diff options
| author | Sanyam Khurana <sanyam.khurana01@gmail.com> | 2022-11-26 16:34:12 +0530 |
|---|---|---|
| committer | Paolo Melchiorre <paolo@melchiorre.org> | 2022-11-30 12:54:36 +0100 |
| commit | 5c1f9c41c43efa2b5adab89e873b846996caf67b (patch) | |
| tree | 46b79d09e1e630fc499cad7c3612a421c8d79b87 /setup.cfg | |
| parent | 3045b338de791118962df4db370411247413eca6 (diff) | |
Refs #1184 -- Adjusted config files for Black.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -2,11 +2,14 @@ exclude = djangodocs,.tox,*/migrations/* ignore = F405,W504,W503 max-line-length = 88 +per-file-ignores = + docs/tests.py: E501 [isort] -line_length = 79 +line_length = 88 +profile = black skip = .tox,djangodocs known_first_party = accounts,aggregator,blog,contact,dashboard,djangoproject,docs,foundation,fundraising,legacy,members,releases,svntogit,tracdb combine_as_imports = true include_trailing_comma = true -multi_line_output = 5 +multi_line_output = 3 |
