[flake8]
exclude =
    .git,
    dacbench/instance_sets,
    __pycache___,
    dacbench/envs/fast-downward,
    dacbench/envs/rl-plan,
    algorithms

max-line-length = 88
ignore = E231, W503, E501, E203, W291, E722, E741, E402
