We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7b804 commit 62525fdCopy full SHA for 62525fd
.flake8
@@ -5,7 +5,7 @@ exclude =
5
build,
6
dist,
7
doc/source/conf.py
8
-max-line-length = 115
+max-line-length = 79
9
# Ignore some style 'errors' produced while formatting by 'black'
10
# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#labels-why-pycodestyle-warnings
11
extend-ignore = E203
.isort.cfg
@@ -1,4 +1,4 @@
1
[settings]
2
-line_length = 115
+line_length = 79
3
multi_line_output = 3
4
include_trailing_comma = True
pyproject.toml
@@ -57,7 +57,7 @@ ignore-words = ".codespell/ignore_words.txt"
57
skip = "*.cif,*.dat"
58
59
[tool.black]
60
-line-length = 115
+line-length = 79
61
include = '\.pyi?$'
62
exclude = '''
63
/(
0 commit comments