django-components/setup.cfg
Hanif Birgani 328909b4c2 Move duplicated isort config from setup.cfg to pyproject.toml
There were duplicated config for isort in two files, this PR merge them into pyproject.toml
2021-09-12 00:00:07 +04:30

3 lines
50 B
INI

[flake8]
ignore = E302,W503
max-line-length = 119