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 @@ -60,7 +60,7 @@ ignore-words = ".codespell/ignore_words.txt"
60
60
skip = " *.cif,*.dat,*agr"
61
61
62
62
[tool .black ]
63
- line-length = 115
63
+ line-length = 79
64
64
include = ' \.pyi?$'
65
65
exclude = '''
66
66
/(
You can’t perform that action at this time.
0 commit comments