-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.meta.toml
More file actions
37 lines (33 loc) · 926 Bytes
/
.meta.toml
File metadata and controls
37 lines (33 loc) · 926 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 = "9832deed"
[python]
with-pypy = true
with-sphinx-doctests = false
with-windows = false
with-future-python = false
with-macos = false
with-docs = false
with-free-threaded-python = false
[coverage]
fail-under = 93
[manifest]
additional-rules = [
"recursive-include src *.cache",
"recursive-include src *.css",
"recursive-include src *.empty",
"recursive-include src *.html",
"recursive-include src *.mtl",
"recursive-include src *.pt",
"recursive-include src *.txt",
"recursive-include src *.zcml",
]
[flake8]
additional-config = [
"# F401 imported but unused",
"# F403 unable to detect undefined names",
"per-file-ignores =",
" src/grokcore/view/__init__.py: F401 F403",
]