16 lines
192 B
INI
16 lines
192 B
INI
[aliases]
|
|
test=pytest
|
|
|
|
[pycodestyle]
|
|
max-line-length=88
|
|
|
|
[flake8]
|
|
max-line-length=88
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
*.pyc,
|
|
openldap,
|
|
env,
|
|
*.egg*,
|