Compare commits
No commits in common. "ffbc3cc0d7bd2e8fe008a467079dc1767d32c20f" and "fc493c131f6509a230877f8e7f5ff13030db59f9" have entirely different histories.
ffbc3cc0d7
...
fc493c131f
@ -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"
|
||||
|
7
tox.ini
7
tox.ini
@ -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 =
|
||||
./
|
||||
|
Loading…
x
Reference in New Issue
Block a user