mirror of
https://github.com/django/django.git
synced 2025-11-01 04:17:59 +00:00
Removed not_skip from isort configuration per isort 4.3.5.
__init__.py has been removed from the default ignore list.
This commit is contained in:
parent
463fe11bc8
commit
5c5d4d83dc
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue