Relax line length when linting (increased checker)
This commit is contained in:
parent
7f46bc2d9b
commit
bd411db5ea
1 changed files with 5 additions and 0 deletions
|
|
@ -35,3 +35,8 @@ select = [
|
||||||
# also "D" but this even warns about docstring punctuation. Perhaps a step too
|
# also "D" but this even warns about docstring punctuation. Perhaps a step too
|
||||||
# far?
|
# far?
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Line length is set to 88 for ruff. This is what the formatter aims for
|
||||||
|
# some lines are not formatted to 88 if the formatter can't easily break
|
||||||
|
# them. Allow up to 99 beofre throwing a long line error
|
||||||
|
line-length = 99
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue