diff options
| author | django-bot <ops@djangoproject.com> | 2022-11-26 16:30:44 +0530 |
|---|---|---|
| committer | Paolo Melchiorre <paolo@melchiorre.org> | 2022-11-30 12:54:36 +0100 |
| commit | 3045b338de791118962df4db370411247413eca6 (patch) | |
| tree | bb222ffb7e4b938dfe9e0386c617ad1835a3ded6 /setup.cfg | |
| parent | 40b0da2c241ea471f70eb9c4fbe6da396253f363 (diff) | |
Refs #1184 -- Reformatted code with Black.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ [flake8] -exclude = djangodocs,.tox -ignore = F405,W504 -max-line-length = 160 +exclude = djangodocs,.tox,*/migrations/* +ignore = F405,W504,W503 +max-line-length = 88 [isort] line_length = 79 |
