[flake8]
# Ignore black styles.
ignore = E501, W503
# Imports
import-order-style = google
application-import-names = nox,tests
