https://github.com/inducer/cgen
Raw File
Tip revision: 7150e57c4114758f9ad82a64afe07b7310c6246c authored by Andreas Kloeckner on 26 June 2023, 02:56:08 UTC
Use docker runner for downstream CI
Tip revision: 7150e57
setup.cfg
[flake8]
ignore = E126,E127,E128,E123,E226,E241,E242,E265,E402
max-line-length = 85

inline-quotes = "
docstring-quotes = """
multiline-quotes = """

# enable-flake8-bugbear
back to top