Compare commits

..

No commits in common. "ffbc3cc0d7bd2e8fe008a467079dc1767d32c20f" and "fc493c131f6509a230877f8e7f5ff13030db59f9" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -74,7 +74,7 @@ ignore_errors = true
python_files = ["*_tests.py", "tests.py", "test_*.py"]
[tool.setuptools]
packages = ["gp2040ce_bintools"]
py-modules = ["__init__"]
[tool.setuptools_scm]
write_to = "gp2040ce_bintools/_version.py"

View File

@ -5,7 +5,7 @@
[tox]
isolated_build = true
envlist = begin,py39,py310,py311,coverage,bandit,lint,reuse
envlist = begin,py39,py310,py311,coverage,bandit,lint
[testenv]
allow_externals = pytest, coverage
@ -57,11 +57,6 @@ commands =
mypy gp2040ce_bintools
- flake8 --disable-noqa --ignore= --select=E,W,F,C,D,A,G,B,I,T,M,DUO
[testenv:reuse]
# check license documentation
commands =
reuse lint
[coverage:paths]
source =
./