Skip to content
2 changes: 1 addition & 1 deletion pycodestyle.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.

[pycodestyle]
max-line-length = 100
max-line-length = 120
indent-size = 4
statistics = True
exclude = ._*, build, .venv, venv, .git, __pycache__, .tox, .eggs, *.egg-info, dist
Expand Down
Loading