[flake8]
max-line-length = 88
ignore = W503, E203, E704
per-file-ignores =
    # Autogenerated section
    psycopg/errors.py: E125, E128, E302
