-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.meta.toml
64 lines (56 loc) · 1.2 KB
/
.meta.toml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "d8a8b5ed"
[python]
with-windows = true
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = true
with-macos = false
[tox]
use-flake8 = true
additional-envlist = [
"py38-watch, py311-watch",
]
testenv-setenv = [
"ZOPE_INTERFACE_STRICT_IRO=1",
"watch: ZOPE_WATCH_CHECKERS=1",
]
[coverage]
fail-under = 99.5
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include include *.h",
"recursive-include src *.zcml",
]
[check-manifest]
additional-ignores = [
"docs/_build/*/*/*/*/*",
"docs/_build/*/*/*/*",
"docs/_build/*/*/*",
"docs/_build/*/*",
"docs/_build/*",
"src/coverage.xml",
]
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/security/__init__.py: F401",
]
[github-actions]
additional-config = [
"- [\"3.8\", \"py38-watch\"]",
"- [\"3.11\", \"py311-watch\"]",
]
additional-build-dependencies = [
"zope.proxy",
]
[c-code]
require-cffi = true