-
Notifications
You must be signed in to change notification settings - Fork 1
/
.meta.toml
40 lines (36 loc) · 955 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
# Generated from:
# https://github.com/plone/meta/tree/master/config/default
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "6f863ec6"
[pyproject]
codespell_skip = "*"
codespell_ignores = "vew"
dependencies_ignores = "['plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone']"
dependencies_mappings = [
"Plone = ['Products.CMFPlone', 'Products.CMFCore', 'Products.GenericSetup']",
]
check_manifest_ignores = """
"news/*",
"constraints-mxdev.txt",
"requirements-mxdev.txt",
"""
towncrier_issue_format = "[#{issue}](https://github.com/plonegovbr/plonegovbr.portal/issues/{issue})"
[gitignore]
extra_lines = """
constraints-mxdev.txt
requirements-mxdev.txt
"""
[tox]
test_runner = "pytest"
test_path = "/tests"
use_mxdev = true
[github]
jobs = [
"qa",
"test",
"coverage",
"release_ready",
"circular",
]