mirror of https://github.com/jab/bidict.git
14 lines
289 B
INI
14 lines
289 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
; https://flake8.readthedocs.io/en/latest/config.html
|
|
[flake8]
|
|
ignore = E126,E128,E265,E731
|
|
max-line-length = 100
|
|
|
|
; https://pydocstyle.readthedocs.io/en/latest/snippets/config.html
|
|
[pydocstyle]
|
|
add_ignore = D105,D205,D400,D401,D402
|
|
|
|
# pylint config is in .pylintrc
|