pinecrypt-gateway-backend/.flake8

7 lines
112 B
Plaintext
Raw Permalink Normal View History

[flake8]
inline-quotes = "
multiline-quotes = """
indent-size = 4
max-line-length = 160
ignore = Q003 E128 E704