[flake8]
max-line-length: 90
per-file-ignores =
    # E501 line too long
    test_file_cache.py: E501
exclude =
    filecache/my_glob.py