summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: 191ff9cc09124948d06af01c185d7de29d7b069f (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
39
40
41
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "66322213"

[python]
with-windows = false
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = false
with-macos = false

[tox]
use-flake8 = true

[coverage]
fail-under = 99

[flake8]
additional-config = [
    "# F401 imported but unused",
    "# E402 module level import not at top of file",
    "per-file-ignores =",
    "    src/zope/traversing/adapters.py: F401",
    "    src/zope/traversing/api.py: E402",
    "    src/zope/traversing/browser/__init__.py: F401",
    "    src/zope/traversing/interfaces.py: F401",
    ]

[manifest]
additional-rules = [
    "include *.yaml",
    "recursive-include src *.zcml",
    ]

[check-manifest]
additional-ignores = [
    "docs/_build/html/_sources/browser/*",
    ]