-
-
Notifications
You must be signed in to change notification settings - Fork 105
Expand file tree
/
Copy path.meta.toml
More file actions
48 lines (42 loc) · 2.45 KB
/
.meta.toml
File metadata and controls
48 lines (42 loc) · 2.45 KB
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/main/src/plone/meta/default
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "2.6.0"
[editorconfig]
extra_lines = """
[*.resp]
trim_trailing_whitespace = false
"""
[github]
jobs = [
"qa",
"coverage",
"dependencies",
"release_ready",
"circular",
]
[tox]
test_environment_variables = """
zope_i18n_compile_mo_files=True
"""
test_matrix = {"6.2" = ["3.13", "3.10"], "6.1" = ["3.13", "3.10"], "6.0" = ["3.13", "3.9"], "5.2" = ["3.8"]}
constraints_files = {"6.2" = "https://dist.plone.org/release/6.2-dev/constraints.txt", "6.1" = "https://dist.plone.org/release/6.1-dev/constraints.txt", "6.0" = "https://dist.plone.org/release/6.0-dev/constraints.txt", "5.2" = "constraints-5.2.txt"}
[flake8]
extra_lines = """
per-file-ignores =
src/plone/restapi/bbb.py:F401
"""
[pyproject]
codespell_ignores = "checkin"
codespell_skip = "*.resp,performance/*,src/plone/restapi/tests/performance.py,docs/styles/**"
dependencies_ignores = ['collective.relationhelpers', 'importlib_metadata', 'plone.app.caching', 'plone.app.controlpanel', 'plone.app.discussion', 'plone.app.iterate', 'plone.app.multilingual', 'plone.base']
dependencies_mappings = [
"PyJWT = ['jwt']",
"'Products.CMFPlone' = ['Products.CMFEditions', 'Products.DateRecurringIndex', 'Products.ExtendedPathIndex', 'Products.MimetypesRegistry', 'Products.PlonePAS', 'Products.PluggableAuthService', 'Products.PluginIndexes', 'Products.ZCTextIndex', 'Products.statusmessages', 'plone.app.content', 'plone.app.contentlisting', 'plone.app.contentrules', 'plone.app.contenttypes', 'plone.app.dexterity', 'plone.app.event', 'plone.app.linkintegrity', 'plone.app.querystring', 'plone.app.redirector', 'plone.app.textfield', 'plone.app.i18n', 'plone.app.users', 'plone.app.vocabularies', 'plone.app.uuid', 'plone.app.workflow', 'plone.autoform', 'plone.batching', 'plone.behavior', 'plone.browserlayer', 'plone.caching', 'plone.contentrules', 'plone.dexterity', 'plone.event', 'plone.folder', 'plone.i18n', 'plone.indexer', 'plone.keyring', 'plone.locking', 'plone.memoize', 'plone.namedfile', 'plone.protect', 'plone.registry', 'plone.rfc822', 'plone.scale', 'plone.supermodel', 'plone.uuid', 'Products.CMFDynamicViewFTI', 'z3c.caching', 'z3c.form', 'z3c.formwidget.query', 'z3c.relationfield', 'zc.relation', 'zope.componentvocabulary', 'zope.intid']",
]
[gitignore]
extra_lines = """
/docs/styles/Microsoft/
"""