summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-25 11:25:15 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-25 11:25:15 +0100
commit5c5d4d83dc22e8eede028b08b0dc9de78c235f7e (patch)
tree045d30d72f5aed79823b2663eb4726e23ff81806 /setup.cfg
parent463fe11bc8b2d068e447c5df677e7a31c2af7e03 (diff)
downloaddjango-5c5d4d83dc22e8eede028b08b0dc9de78c235f7e.tar.gz
Removed not_skip from isort configuration per isort 4.3.5.
__init__.py has been removed from the default ignore list.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index ec3da7680b..c68fc0c6eb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,7 +14,6 @@ include_trailing_comma = true
known_first_party = django
line_length = 79
multi_line_output = 5
-not_skip = __init__.py
[metadata]
license-file = LICENSE