-
Notifications
You must be signed in to change notification settings - Fork 0
/
.meta.toml
45 lines (41 loc) · 1.18 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
# 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 = "21759c8c"
[pyproject]
codespell_skip = "*.min.js,*.pot,*.po,*.yaml,*.json"
codespell_ignores = "vew"
dependencies_ignores = "['plone.restapi', 'plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'pytest-docker', 'pytest-vcr', 'pytest-mock', 'gocept.pytestlayer', 'requests-mock', 'vcrpy']"
dependencies_mappings = [
"Plone = ['Products.CMFPlone', 'Products.CMFCore', 'Products.GenericSetup']",
"'Mastodon.py' = ['mastodon.Mastodon']",
]
check_manifest_ignores = """
"news/*",
"constraints-mxdev.txt",
"requirements-mxdev.txt",
"""
towncrier_issue_format = "[#{issue}](https://github.com/collective/collective.mastodon/issues/{issue})"
extra_lines = """
[tool.coverage.run]
omit = ["*/locales/*"]
"""
[gitignore]
extra_lines = """
requirements-mxdev.txt
"""
[tox]
test_runner = "pytest"
test_path = "/tests"
use_mxdev = true
[github]
ref = "1.0.0"
jobs = [
"qa",
"test",
"coverage",
"dependencies",
"release_ready",
]