We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19bfe8 commit f45ed51Copy full SHA for f45ed51
1 file changed
pyproject.toml
@@ -184,7 +184,6 @@ extend-exclude = [
184
"doc/tutorials",
185
"tools/gh_api.py",
186
]
187
-target-version = "py311"
188
line-length = 88
189
190
[tool.ruff.lint]
@@ -296,7 +295,6 @@ convention = "numpy"
296
295
"galleries/users_explain/text/text_props.py" = ["E501"]
297
298
[tool.mypy]
299
-python_version = "3.11"
300
ignore_missing_imports = true
301
enable_error_code = [
302
"ignore-without-code",
0 commit comments