mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
increase line_length to 120
This commit is contained in:
parent
8dc56471ef
commit
70283f7d8d
@ -13,7 +13,7 @@ trim_trailing_whitespace = true
|
||||
# Python
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
max_line_length = 88
|
||||
max_line_length = 120
|
||||
|
||||
# css
|
||||
[*.css]
|
||||
|
2
.flake8
2
.flake8
@ -1,5 +1,5 @@
|
||||
[flake8]
|
||||
max-line-length = 88
|
||||
max-line-length = 120
|
||||
extend-ignore =
|
||||
# See https://github.com/PyCQA/pycodestyle/issues/373
|
||||
E203,
|
||||
|
@ -161,7 +161,7 @@ target-version = ['py39']
|
||||
atomic = true
|
||||
extend_skip_glob = ["scripts/orig_scripts/*"]
|
||||
filter_files = true
|
||||
line_length = 88
|
||||
line_length = 120
|
||||
profile = "black"
|
||||
py_version = 39
|
||||
remove_redundant_aliases = true
|
||||
|
Loading…
x
Reference in New Issue
Block a user