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 =
55 build,
66 dist,
77 doc/source/conf.py
8- max-line-length = 115
8+ max-line-length = 79
99# Ignore some style 'errors' produced while formatting by 'black'
1010# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
1111extend-ignore = E203
Original file line number Diff line number Diff line change 11[settings]
2- line_length = 115
2+ line_length = 79
33multi_line_output = 3
44include_trailing_comma = True
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ignore-words = ".codespell/ignore_words.txt"
5757skip = " *.cif,*.dat"
5858
5959[tool .black ]
60- line-length = 115
60+ line-length = 79
6161include = ' \.pyi?$'
6262exclude = '''
6363/(
You can’t perform that action at this time.
0 commit comments