summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authordjango-bot <ops@djangoproject.com>2022-11-26 16:30:44 +0530
committerPaolo Melchiorre <paolo@melchiorre.org>2022-11-30 12:54:36 +0100
commit3045b338de791118962df4db370411247413eca6 (patch)
treebb222ffb7e4b938dfe9e0386c617ad1835a3ded6 /setup.cfg
parent40b0da2c241ea471f70eb9c4fbe6da396253f363 (diff)
Refs #1184 -- Reformatted code with Black.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 84370976..ab07ee84 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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