Skip to content

Commit 2544cbd

Browse files
authored
Update meson.options
Signed-off-by: Eden Ross Duff, MSc, DDiv <ozi.project@outlook.com>
1 parent 95dc00e commit 2544cbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

meson.options

+5
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,16 @@ option(
5858
value: [
5959
'semantic_release',
6060
'twine',
61+
'cibuildwheel',
62+
'sigstore',
6163
]
6264
)
6365
option(
6466
'lint-suite',
6567
type: 'array',
6668
value: [
69+
'bandit',
70+
'black',
6771
'flake8',
6872
'isort',
6973
'mypy',
@@ -90,6 +94,7 @@ option(
9094
'test-suite',
9195
type: 'array',
9296
value: [
97+
'coverage',
9398
'pytest',
9499
'hypothesis',
95100
'pytest-asyncio',

0 commit comments

Comments
 (0)