13 lines
174 B
INI
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
|