Codebase list python-bleach / debian/3.1.1-0+deb10u1 setup.cfg
debian/3.1.1-0+deb10u1

Tree @debian/3.1.1-0+deb10u1 (Download .tar.gz)

setup.cfg @debian/3.1.1-0+deb10u1raw · history · blame

[aliases]
test=pytest

[flake8]
exclude =
    .git/,
    .tox/,
    bleach/_vendor/*
ignore =
    # E731: do not assign a lambda expression, use a def
    E731,
    # W503: line break occurred before a binary operator
    W503
max-line-length = 100

[wheel]
universal=1