mirror of
https://github.com/django-components/django-components.git
synced 2025-08-16 04:00:14 +00:00

There were duplicated config for isort in two files, this PR merge them into pyproject.toml
3 lines
50 B
INI
3 lines
50 B
INI
[flake8]
|
|
ignore = E302,W503
|
|
max-line-length = 119
|