[aliases]
test=pytest
[flake8]
ignore = E122,E501,W504
import-order-style = google
application-import-names = Testing
exclude = test/files/*