[flake8]
show_source = true
max-line-length = 79
per-file-ignores =
    xsget/*: D400,W293,D415
    tests/*: D100,D103,D104,E501
    docs/*: D100
