[flake8]
max-line-length: 90
per-file-ignores =
    # E501 line too long
    test_filecache.py: E501
