tools: pycodestyle: Increase max line length to 100.
This commit is contained in:
parent
c4d370e815
commit
8b4f0c13b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue