-
Notifications
You must be signed in to change notification settings - Fork 64
/
.meta.toml
45 lines (39 loc) · 865 Bytes
/
.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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "c7a64084"
[python]
with-sphinx-doctests = false
with-docs = true
with-future-python = false
with-pypy = true
with-macos = false
with-windows = false
[tox]
use-flake8 = true
testenv-deps = [
"zope.testrunner",
]
[coverage]
fail-under = 86
[coverage-run]
additional-config = [
"omit =",
" src/chameleon/benchmark.py",
]
[manifest]
additional-rules = [
"include Makefile",
"recursive-include benchmarks *.py",
"recursive-include src *.html",
"recursive-include src *.pt",
"recursive-include src *.txt",
"recursive-include src *.xml",
]
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/chameleon/__init__.py: F401",
]