Skip to content

Commit 9569b7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34c2773 commit 9569b7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ skip = """\
165165
nary.txt,strings/words.txt\
166166
"""
167167

168+
[tool.mypy]
169+
python_version = "3.14"
170+
168171
[tool.pytest]
169172
ini_options.markers = [
170173
"mat_ops: mark a test as utilizing matrix operations.",
@@ -182,9 +185,6 @@ report.omit = [
182185
]
183186
report.sort = "Cover"
184187

185-
[tool.mypy]
186-
python_version = "3.14"
187-
188188
[tool.sphinx-pyproject]
189189
copyright = "2014, TheAlgorithms"
190190
autoapi_dirs = [

0 commit comments

Comments
 (0)