mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +03:00
16 lines
369 B
INI
16 lines
369 B
INI
[flake8]
|
|
ignore = E252,E501
|
|
exclude = env,.tox,.git,config/settings,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[pycodestyle]
|
|
ignore = E501
|
|
exclude=env,.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
|
|
|
|
[isort]
|
|
line_length=80
|
|
multi_line_output=3
|
|
lines_between_types=1
|
|
include_trailing_comma=True
|
|
not_skip=__init__.py
|
|
known_standard_library=dataclasses
|