Skip to content

Commit

Permalink
Change line length
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed Sep 15, 2022
1 parent d2fd474 commit 0c15a2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 88
max_line_length = 120

[{*.y{a,}ml,*.html,*.xhtml,*.xml,*.xsd}]
indent_size = 2
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ exclude_lines = [
directory = "cov_html"

[tool.flake8]
max-line-length = 88
max-line-length = 120
max-complexity = 18
count = true
show-source = true
Expand Down Expand Up @@ -189,7 +189,7 @@ extend-exclude = [
]

[tool.black]
line-length = 88
line-length = 120
extend-exclude = '''
# A regex preceded with ^/ will apply only to files and directories
# in the root of the project.
Expand All @@ -207,6 +207,7 @@ profile = 'black'
# use_parentheses = true
# ensure_newline_before_comments = true
# line_length = 88
line_length = 129 # override black provile
star_first = true
group_by_package = true
force_sort_within_sections = true
Expand Down

0 comments on commit 0c15a2f

Please sign in to comment.