Initial upload: Code Privacy Shield v0.1.0
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-02 20:50:53 +00:00
parent a1ff5e14bb
commit 4a87b20f1a

17
tox.ini Normal file
View File

@@ -0,0 +1,17 @@
[tox]
envlist = py39,py310,py311,py312
skip_missing_interpreters = true
[testenv]
deps = pytest
commands = pytest tests/ -v
[flake8]
max-line-length = 100
exclude = .git,__pycache__,build,dist
[mypy]
python_version = 3.9
warn_return_any = true
warn_unused_configs = true
ignore_missing_imports = true