mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-05 03:56:25 +03:00
6 lines
214 B
INI
6 lines
214 B
INI
[flake8]
|
|
max-line-length = 88
|
|
# We ignore E501 as black handles it for us, and in a way that ignores strings
|
|
# that go over the line length, as opposed to flake8 which flags such strings.
|
|
extend-ignore = E203,E501
|