We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e158bee commit 414783aCopy full SHA for 414783a
pyproject.toml
@@ -94,8 +94,8 @@ include = ['template*']
94
exclude = ['template*tests']
95
96
[tool.black]
97
-line-length = 79
98
-target-version = ['py38']
+line-length = 88
+target-version = ['py39']
99
include = '\.pyi?$'
100
extend-exclude = '''
101
(
@@ -112,8 +112,8 @@ extend-exclude = '''
112
[tool.isort]
113
profile = 'black'
114
multi_line_output = 3
115
-line_length = 79
116
-py_version = 38
+line_length = 88
+py_version = 39
117
extend_skip_glob = [
118
'setup.py',
119
'doc/*',
@@ -129,7 +129,7 @@ match-dir = '^template.*'
129
add_ignore = 'D100,D104,D107'
130
131
[tool.ruff]
132
133
extend-exclude = [
134
"doc",
135
"setup.py",
0 commit comments