mirror of
https://github.com/django-components/django-components.git
synced 2025-11-18 06:06:14 +00:00
10 lines
168 B
INI
10 lines
168 B
INI
[flake8]
|
|
ignore = E302,W503
|
|
max-line-length = 119
|
|
|
|
[isort]
|
|
line_length = 119
|
|
multi_line_output = 5
|
|
include_trailing_comma = True
|
|
known_first_party =
|
|
django_components
|