mirror of
https://github.com/django-components/django-components.git
synced 2025-11-20 14:55:34 +00:00
11 lines
191 B
INI
11 lines
191 B
INI
[flake8]
|
|
ignore = E302,W503
|
|
max-line-length = 119
|
|
|
|
[isort]
|
|
line_length = 119
|
|
multi_line_output = 5
|
|
include_trailing_comma = True
|
|
not_skip = __init__.py
|
|
known_first_party =
|
|
django_components
|