-
Notifications
You must be signed in to change notification settings - Fork 27
/
pyproject.toml
26 lines (25 loc) · 1.01 KB
/
pyproject.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
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.11.8"
tag_format = "v$version"
version_files = [
"pytest-embedded/pytest_embedded/__init__.py",
"pytest-embedded/pyproject.toml",
"pytest-embedded-arduino/pytest_embedded_arduino/__init__.py",
"pytest-embedded-arduino/pyproject.toml",
"pytest-embedded-idf/pytest_embedded_idf/__init__.py",
"pytest-embedded-idf/pyproject.toml",
"pytest-embedded-jtag/pytest_embedded_jtag/__init__.py",
"pytest-embedded-jtag/pyproject.toml",
"pytest-embedded-qemu/pytest_embedded_qemu/__init__.py",
"pytest-embedded-qemu/pyproject.toml",
"pytest-embedded-serial/pytest_embedded_serial/__init__.py",
"pytest-embedded-serial/pyproject.toml",
"pytest-embedded-serial-esp/pytest_embedded_serial_esp/__init__.py",
"pytest-embedded-serial-esp/pyproject.toml",
"pytest-embedded-wokwi/pytest_embedded_wokwi/__init__.py",
"pytest-embedded-wokwi/pyproject.toml",
]
[tool.pytest.ini_options]
norecursedirs = 'examples/*'
addopts = "-s"