8000
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 f7b9bc4 commit ad3aff0Copy full SHA for ad3aff0
pyproject.toml
@@ -111,7 +111,7 @@ __version_tuple__ = version_tuple = {version_tuple!r}
111
112
[tool.blue]
113
line_length = 99
114
-target-version = ["py37"]
+target-version = ["py38"]
115
force-exclude = """
116
(
117
_version.py
@@ -130,6 +130,9 @@ python_version = "3.11"
130
exclude = [
131
"/tests",
132
]
133
+# strict = true
134
+warn_unreachable = true
135
+enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
136
137
[tool.codespell]
138
skip = "*/data/*,./nibabel-data"
0 commit comments