[flake8]
max-line-length = 120
import-order-style = google
inline-quotes = "
exclude =
    ./tests/allure_behave/acceptance/**/test-data/**
    ./tests/allure_behave/acceptance/behave_support/background/background_steps.py
per-file-ignores =
    ./allure-python-commons/src/allure_commons/types.py:A005
    ./allure-robotframework/src/listener/types.py:A005
