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 a8eb171Copy full SHA for a8eb171
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,8 @@ python_version = "3.11"
130
exclude = [
131
"/tests",
132
]
133
+strict = true
134
+enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
135
136
[tool.codespell]
137
skip = "*/data/*,./nibabel-data"
0 commit comments