Skip to content

Commit d24cf7f

Browse files
cclausspre-commit-ci[bot]
authored andcommitted
Update .pre-commit-config.yaml (TheAlgorithms#8828)
* Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fc50b4c commit d24cf7f

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Diff for: pyproject.toml

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
[tool.pytest.ini_options]
2-
markers = [
3-
"mat_ops: mark a test as utilizing matrix operations.",
4-
]
5-
addopts = [
6-
"--durations=10",
7-
"--doctest-modules",
8-
"--showlocals",
9-
]
10-
11-
[tool.coverage.report]
12-
omit = [".env/*"]
13-
sort = "Cover"
14-
15-
[tool.codespell]
16-
ignore-words-list = "3rt,ans,crate,damon,fo,followings,hist,iff,kwanza,mater,secant,som,sur,tim,zar"
17-
skip = "./.*,*.json,ciphers/prehistoric_men.txt,project_euler/problem_022/p022_names.txt,pyproject.toml,strings/dictionary.txt,strings/words.txt"
18-
191
[tool.ruff]
202
ignore = [ # `ruff rule S101` for a description of that rule
213
"ARG001", # Unused function argument `amount` -- FIX ME?
@@ -131,3 +113,21 @@ max-args = 10 # default: 5
131113
max-branches = 20 # default: 12
132114
max-returns = 8 # default: 6
133115
max-statements = 88 # default: 50
116+
117+
[tool.pytest.ini_options]
118+
markers = [
119+
"mat_ops: mark a test as utilizing matrix operations.",
120+
]
121+
addopts = [
122+
"--durations=10",
123+
"--doctest-modules",
124+
"--showlocals",
125+
]
126+
127+
[tool.coverage.report]
128+
omit = [".env/*"]
129+
sort = "Cover"
130+
131+
[tool.codespell]
132+
ignore-words-list = "3rt,ans,crate,damon,fo,followings,hist,iff,kwanza,mater,secant,som,sur,tim,zar"
133+
skip = "./.*,*.json,ciphers/prehistoric_men.txt,project_euler/problem_022/p022_names.txt,pyproject.toml,strings/dictionary.txt,strings/words.txt"

0 commit comments

Comments
 (0)