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

