| 12345678910111213141516171819202122232425262728 |
- [bdist_wheel]
- universal = 1
- [flake8]
- ignore = X99999, W503
- max-complexity = 12
- max-line-length = 120
- [isort]
- known_first_party = corsheaders
- known_third_party = django
- line_length = 120
- multi_line_output = 5
- not_skip = __init__.py
- [metadata]
- license_file = LICENSE
- [tool:multilint]
- paths = corsheaders
- runtests.py
- tests
- setup.py
- [egg_info]
- tag_build =
- tag_date = 0
|