[flake8]
exclude =
    .git,
    __pycache__,
    build
max-complexity = 10

[flake8:local-plugins]
extension =
    PF = aind_flake8_extensions.plugin:run_ast_checks