-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.meta.toml
52 lines (47 loc) · 1.79 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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "f317618e"
[python]
with-pypy = true
with-sphinx-doctests = false
with-future-python = false
with-macos = false
with-windows = false
with-docs = false
[tox]
use-flake8 = true
[coverage]
fail-under = 98
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/app/publisher/browser/__init__.py: F401",
" src/zope/app/publisher/browser/directoryresource.py: F401",
" src/zope/app/publisher/browser/fields.py: F401",
" src/zope/app/publisher/browser/fileresource.py: F401",
" src/zope/app/publisher/browser/i18nfileresource.py: F401",
" src/zope/app/publisher/browser/i18nresourcemeta.py: F401",
" src/zope/app/publisher/browser/icon.py: F401",
" src/zope/app/publisher/browser/menu.py: F401",
" src/zope/app/publisher/browser/menumeta.py: F401",
" src/zope/app/publisher/browser/metaconfigure.py: F401",
" src/zope/app/publisher/browser/metadirectives.py: F401",
" src/zope/app/publisher/browser/pagetemplateresource.py: F401",
" src/zope/app/publisher/browser/resource.py: F401",
" src/zope/app/publisher/browser/resourcemeta.py: F401",
" src/zope/app/publisher/browser/resources.py: F401",
" src/zope/app/publisher/browser/viewmeta.py: F401",
" src/zope/app/publisher/interfaces/__init__.py: F401",
" src/zope/app/publisher/interfaces/browser.py: F401",
" src/zope/app/publisher/interfaces/xmlrpc.py: F401",
" src/zope/app/publisher/pagetemplateresource.py: F401",
]
[manifest]
additional-rules = [
"recursive-include src *.pt",
"recursive-include src *.rst",
"recursive-include src *.zcml",
]