2017-12-24 12:38:38 +01:00
|
|
|
[aliases]
|
2017-12-24 13:21:14 +01:00
|
|
|
test=pytest
|
|
|
|
|
2020-11-11 22:23:30 +01:00
|
|
|
[pycodestyle]
|
|
|
|
max-line-length=88
|
|
|
|
|
2017-12-24 13:21:14 +01:00
|
|
|
[flake8]
|
2020-11-11 22:23:30 +01:00
|
|
|
max-line-length=88
|
2017-12-24 13:21:14 +01:00
|
|
|
exclude =
|
|
|
|
.git,
|
|
|
|
__pycache__,
|
|
|
|
*.pyc,
|
|
|
|
openldap,
|
|
|
|
env,
|
|
|
|
*.egg*,
|