summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ff2d6e9f3a6a9be4c51a15276cbda456101ae9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[bdist_wheel]
universal = 0

[flake8]
doctests = 1

[check-manifest]
ignore =
    .editorconfig
    .meta.toml
    docs/_build/html/_sources/*
    docs/_build/doctest/*
ignore-bad-ideas =
    src/zope/i18n/tests/de-default.mo
    src/zope/i18n/tests/en-alt.mo
    src/zope/i18n/tests/en-default.mo
    src/zope/i18n/tests/locale/de/LC_MESSAGES/zope-i18n.mo
    src/zope/i18n/tests/locale/en/LC_MESSAGES/zope-i18n.mo
    src/zope/i18n/tests/locale2/en/LC_MESSAGES/zope-i18n.mo
    src/zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n.mo
    src/zope/i18n/tests/locale3/en/LC_MESSAGES/zope-i18n2.mo
    src/zope/i18n/tests/pl-default.mo
    src/zope/i18n/tests/sr-default.mo
    src/zope/i18n/tests/sr@Cyrl-default.mo
    src/zope/i18n/tests/sr@Latn-default.mo

[isort]
force_single_line = True
combine_as_imports = True
sections = FUTURE,STDLIB,THIRDPARTY,ZOPE,FIRSTPARTY,LOCALFOLDER
known_third_party = six, docutils, pkg_resources
known_zope =
known_first_party =
default_section = ZOPE
line_length = 79
lines_after_imports = 2