crc4/tox.ini
Ari Archer 6ccdfdbbfc
unsigned => size_t
Signed-off-by: Ari Archer <ari@ari.lt>
2024-04-03 05:13:11 +03:00

13 lines
174 B
INI

[flake8]
max-line-length = 88
[pycodestyle]
max-line-length = 88
[isort]
line_length = 88
known_first_party = ["crc4"]
[testenv]
commands =
python3 tests/test_crc4.py