mirror of
https://github.com/wassname/pip-package-list.git
synced 2026-06-27 16:10:20 +08:00
11 lines
177 B
INI
11 lines
177 B
INI
[flake8]
|
|
ignore = E252,E501,W503,E231
|
|
exclude = env,.tox,.git
|
|
|
|
[isort]
|
|
line_length=80
|
|
multi_line_output=3
|
|
lines_between_types=1
|
|
include_trailing_comma=True
|
|
not_skip=__init__.py
|