-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.meta.toml
More file actions
40 lines (34 loc) · 805 Bytes
/
.meta.toml
File metadata and controls
40 lines (34 loc) · 805 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
38
39
40
# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/c-code
[meta]
template = "c-code"
commit-id = "f472bcc5"
[python]
with-windows = true
with-pypy = true
with-future-python = true
with-docs = true
with-sphinx-doctests = true
with-macos = false
with-free-threaded-python = false
[tox]
use-flake8 = true
[coverage]
fail-under = 99
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include src *.h",
]
[check-manifest]
additional-ignores = [
"docs/_static",
"docs/_build",
"docs/_build/*",
"docs/_build/*/*",
"docs/_build/html/_static/scripts/*",
]
[pre-commit]
pyupgrade-exclude = "^src/zope/proxy/__init__\\.py$"