summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: d44c5d7287d171819f6d961abeb4a19c265b10b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_wheel]
universal = 1

[sdist]
formats = zip,gztar

[pytest]
flakes-ignore = 
    natsort/py23compat.py UndefinedName
    natsort/__init__.py UnusedImport
    docs/source/conf.py ALL
    test_natsort/test_natsort.py UnusedImport RedefinedWhileUnused
    test_natsort/test_locale_help.py UnusedImport RedefinedWhileUnused

pep8ignore =
    test_natsort/test_natsort.py E501 E241 E221
    test_natsort/test_utils.py E501 E241 E221
    docs/source/conf.py ALL