- Fix ruff check warnings - Fix mypy warnings - Move mypy config from setup.cfg to pyproject.toml and update it Fixes: #306 Assisted-by: Claude Code Co-authored-by: Kamil Páral <kparal@redhat.com>
10 lines
209 B
INI
10 lines
209 B
INI
[coverage:run]
|
|
source = blockerbugs
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = blockerbugs/_version.py
|
|
versionfile_build = blockerbugs/_version.py
|
|
tag_prefix =
|
|
parentdir_prefix = blockerbugs-
|