[flake8]
extend-ignore = E203
exclude =
    test_copy_files_fsb.py,
    __pycache__
max-line-length = 256

