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

[python]
with-pypy = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = false
with-windows = false
with-future-python = 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",
    ]