-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.meta.toml
More file actions
46 lines (41 loc) · 1.21 KB
/
.meta.toml
File metadata and controls
46 lines (41 loc) · 1.21 KB
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
# 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 = "2c0272ea"
[python]
with-windows = true
with-pypy = true
with-sphinx-doctests = false
with-future-python = true
with-macos = false
with-docs = true
with-free-threaded-python = true
[tox]
use-flake8 = true
additional-envlist = []
[coverage]
fail-under = 63
[flake8]
additional-config = [
"# E221 multiple spaces before operator",
"# E225 missing whitespace around operator",
"# E262 inline comment should start with '# '",
"# F401 imported but unused",
"# F403 'import *' used; unable to detect undefined names",
"per-file-ignores =",
" src/zodbpickle/fastpickle.py: F401 F403",
" src/zodbpickle/pickle.py: F401 F403",
" src/zodbpickle/pickle_3.py: E221 E225 E262 F401 F403",
" src/zodbpickle/pickletools_3.py: E221",
" src/zodbpickle/slowpickle.py: F401 F403",
]
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include patches *.diff",
"recursive-include patches *.patch",
"recursive-include src *.c",
]