-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.meta.toml
More file actions
37 lines (32 loc) · 812 Bytes
/
.meta.toml
File metadata and controls
37 lines (32 loc) · 812 Bytes
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
# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/pure-python
[meta]
template = "pure-python"
commit-id = "d21f9691"
[python]
with-pypy = true
with-docs = true
with-sphinx-doctests = true
with-windows = false
with-future-python = false
with-macos = false
with-free-threaded-python = false
[coverage]
fail-under = 99.5
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/configuration/tests/victim.py: F401",
]
[manifest]
additional-rules = [
"include *.yaml",
"recursive-include docs *.bat",
"recursive-include src *.in",
"recursive-include src *.zcml",
]
[check-manifest]
additional-ignores = [
"docs/_build/html/_sources/api/*",
]