8000 MNT: Apply Repo-Review suggestions · nipy/nibabel@a8eb171 · GitHub
[go: up one dir, main page]

Skip to content

Commit a8eb171

Browse files
MNT: Apply Repo-Review suggestions
1 parent f7b9bc4 commit a8eb171

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ __version_tuple__ = version_tuple = {version_tuple!r}
111111

112112
[tool.blue]
113113
line_length = 99
114-
target-version = ["py37"]
114+
target-version = ["py38"]
115115
force-exclude = """
116116
(
117117
_version.py
@@ -130,6 +130,8 @@ python_version = "3.11"
130130
exclude = [
131131
"/tests",
132132
]
133+
strict = true
134+
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
133135

134136
[tool.codespell]
135137
skip = "*/data/*,./nibabel-data"

0 commit comments

Comments
 (0)
0