black/docs/guides
Michael Eliachevitch 1557f7d3a3
Use dashes for pycodestyle max line length config (#3513)
The option is `max-line-length` with dashes, not underscores. The config option name is given in the output of `pycodestyle -h`, which can also be checked on https://pep8.readthedocs.io/en/stable/intro.html#example-usage-and-output:
```
Configuration:
    The project options are read from the [pycodestyle] section of the
    tox.ini file or the setup.cfg file located in any parent folder of the
    path(s) being processed.  Allowed options are: exclude, filename,
    select, ignore, max-line-length, max-doc-length, hang-closing, count,
    format, quiet, show-pep8, show-source, statistics, verbose
```
2023-01-21 21:20:54 -08:00
..
index.md Convert index.rst and license.rst to markdown (#2852) 2022-03-30 13:43:46 -07:00
introducing_black_to_your_project.md Github now supports .git-blame-ignore-revs (GH-2948) 2022-03-23 13:31:13 -04:00
using_black_with_other_tools.md Use dashes for pycodestyle max line length config (#3513) 2023-01-21 21:20:54 -08:00