File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude =
5
5
build,
6
6
dist,
7
7
doc/source/conf.py
8
- max-line-length = 115
8
+ max-line-length = 79
9
9
# Ignore some style 'errors' produced while formatting by 'black'
10
10
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
11
11
extend-ignore = E203
Original file line number Diff line number Diff line change 1
1
[settings]
2
- line_length = 115
2
+ line_length = 79
3
3
multi_line_output = 3
4
4
include_trailing_comma = True
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ignore-words = ".codespell/ignore_words.txt"
57
57
skip = " *.cif,*.dat"
58
58
59
59
[tool .black ]
60
- line-length = 115
60
+ line-length = 79
61
61
include = ' \.pyi?$'
62
62
exclude = '''
63
63
/(
You can’t perform that action at this time.
0 commit comments