blob: de61549193a9e3b0bce08615e4a36f74dfb2315f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[aliases]
test=pytest
[flake8]
# FIXME: enable once https://github.com/MartinThoma/flake8-simplify/issues/148
# is resolved
ignore = E122,E501,W504
import-order-style = google
application-import-names = Testing
|