forked from collective/pas.plugins.oidc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.meta.toml
58 lines (52 loc) · 1.46 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
49
50
51
52
53
54
55
56
57
58
# Generated from:
# https://github.com/plone/meta/tree/main/config/default
# See the inline comments on how to expand/tweak this configuration file
[meta]
template = "default"
commit-id = "721299ce"
[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', 'Products.PluggableAuthService', 'Products.PlonePAS']",
]
check_manifest_ignores = """
"news/*",
"constraints-mxdev.txt",
"requirements-mxdev.txt",
"""
towncrier_issue_format = "[#{issue}](https://github.com/collective/pas.plugins.oidc/issues/{issue})"
extra_lines = """
[tool.coverage.run]
omit = ["*/locales/*"]
[tool.bandit]
targets = "src"
exclude_dirs = ["tests", "src/pas/plugins/oidc/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",
]
[pre_commit]
extra_lines = """
- repo: https://github.com/PyCQA/bandit
rev: '1.7.5'
hooks:
- id: bandit
args: ["-c", "pyproject.toml"]
additional_dependencies: ["bandit[toml]"]
"""