mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Set max-line-length to 88 as recommended by Black
https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length
This commit is contained in:
parent
fbad110e7c
commit
182e394139
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ filename =
|
|||
builtins =
|
||||
_
|
||||
_n
|
||||
max-line-length = 80
|
||||
max-line-length = 88
|
||||
per-file-ignores =
|
||||
# In several files imports intentionally cause:
|
||||
# E402: module level import not at top of file
|
||||
|
|
|
|||
Loading…
Reference in a new issue