[flake8]

# Plugin flake8-black will pass this value to black
max-line-length = 88

extend-ignore =
    # See https://github.com/PyCQA/pycodestyle/issues/373
    # flake8/pycodechecker give false positives on black code
    E203,
    # See https://github.com/peterjc/flake8-sfs
    SFS,

# =====================
# flake-quote settings:
# =====================
# Set this to match black style:
inline-quotes = double
