forked from kitconcept/kitconcept.solr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.meta.toml
48 lines (44 loc) · 1.07 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
# 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 = "b3ba013b"
[pyproject]
codespell_skip = "*"
codespell_ignores = "vew"
dependencies_ignores = "['plone.volto', 'zestreleaser.towncrier', 'zest.releaser', 'pytest', 'pytest-cov', 'pytest-plone', 'pytest-docker']"
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/kitconcept/kitconcept.solr/issues/{issue})"
extra_lines = """
[tool.coverage.run]
omit = ["*/locales/*"]
"""
black_extra_lines = """
line_length = 79
"""
[gitignore]
extra_lines = """
constraints-mxdev.txt
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",
]