Skip to content

Commit 414783a

Browse files
author
Mathieu Scheltienne
committed
increase line-length to 88
1 parent e158bee commit 414783a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ include = ['template*']
9494
exclude = ['template*tests']
9595

9696
[tool.black]
97-
line-length = 79
98-
target-version = ['py38']
97+
line-length = 88
98+
target-version = ['py39']
9999
include = '\.pyi?$'
100100
extend-exclude = '''
101101
(
@@ -112,8 +112,8 @@ extend-exclude = '''
112112
[tool.isort]
113113
profile = 'black'
114114
multi_line_output = 3
115-
line_length = 79
116-
py_version = 38
115+
line_length = 88
116+
py_version = 39
117117
extend_skip_glob = [
118118
'setup.py',
119119
'doc/*',
@@ -129,7 +129,7 @@ match-dir = '^template.*'
129129
add_ignore = 'D100,D104,D107'
130130

131131
[tool.ruff]
132-
line-length = 79
132+
line-length = 88
133133
extend-exclude = [
134134
"doc",
135135
"setup.py",

0 commit comments

Comments
 (0)