summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: 676d5fa8ab727c9e82b779811a57d8276c094ed0 (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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "8136c9df830110171ff45055e4e09e8482b50134"

[python]
with-appveyor = false
with-pypy = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = false

[tox]
use-flake8 = true

[coverage]
fail-under = 81

[flake8]
additional-config = [
    "# E741 ambiguous variable name",
    "# F821 undefined name",
    "per-file-ignores =",
    "    src/zope/tal/talgettext.py: E741 F821",
    ]

[manifest]
additional-rules = [
    "recursive-include docs *.bat",
    "recursive-include src *.html",
    "recursive-include src *.pt",
    "recursive-include src *.xml",
    ]