diff --git a/setup.cfg b/setup.cfg index 1174eec6..ccd56a57 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,5 @@ max-line-length = 119 line_length = 119 multi_line_output = 5 include_trailing_comma = True -not_skip = __init__.py known_first_party = django_components diff --git a/tox.ini b/tox.ini index 1807d677..6cce6d4c 100644 --- a/tox.ini +++ b/tox.ini @@ -42,4 +42,4 @@ commands = changedir = {toxinidir} deps = isort commands = - isort --recursive --check-only --diff django-components + isort --check-only --diff django_components