Skip to content

Commit a66e738

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

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
@@ -158,9 +158,6 @@ lint.pylint.max-branches = 20 # default: 12
158158
lint.pylint.max-returns = 8 # default: 6
159159
lint.pylint.max-statements = 88 # default: 50
160160

161-
[tool.mypy]
162-
python_version = "3.14"
163-
164161
[tool.codespell]
165162
ignore-words-list = "3rt,abd,aer,ans,bitap,crate,damon,fo,followings,hist,iff,kwanza,manuel,mater,secant,som,sur,tim,toi,zar"
166163
skip = """\
@@ -185,6 +182,9 @@ report.omit = [
185182
]
186183
report.sort = "Cover"
187184

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)