DEBSOURCES
Skip Quicknav
sources / wsdd / 2%3A0.8-5 / setup.cfg
12345
[flake8] max-line-length=120 # F401 - unused import (due to optional import of encoding package) # W503 - binary operators on newline (not end of line) ignore=F401,W503