bidict/setup.cfg

25 lines
649 B
INI

# Copyright 2009-2019 Joshua Bronson. All Rights Reserved.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels
[bdist_wheel]
universal = 1
# http://flake8.pycqa.org/en/latest/user/configuration.html
[flake8]
ignore = E126,E128,E266,E265,E731,W504
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