tools: pycodestyle: Increase max line length to 100.

This commit is contained in:
Andrew Hamilton 2021-12-06 22:07:18 +10:00
parent c4d370e815
commit 8b4f0c13b2

View file

@ -59,7 +59,7 @@ tools_for_extensions = [
[pycodestyle]
dependencies = ["python3-pycodestyle"]
url = "http://pycodestyle.pycqa.org/en/latest/"
command = "python3.9 -m pycodestyle"
command = "python3.9 -m pycodestyle --max-line-length=100"
[pydocstyle]
dependencies = ["python3-pydocstyle"]