File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - id : auto-walrus
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.15.14
22+ rev : v0.15.15
2323 hooks :
2424 - id : ruff-check
2525 - id : ruff-format
3232 - tomli
3333
3434 - repo : https://github.com/tox-dev/pyproject-fmt
35- rev : v2.21.2
35+ rev : v2.23.0
3636 hooks :
3737 - id : pyproject-fmt
3838
Original file line number Diff line number Diff line change @@ -169,14 +169,14 @@ skip = """\
169169python_version = " 3.14"
170170
171171[tool .pytest ]
172- ini_options.markers = [
173- " mat_ops: mark a test as utilizing matrix operations." ,
174- ]
175172ini_options.addopts = [
176173 " --durations=10" ,
177174 " --doctest-modules" ,
178175 " --showlocals" ,
179176]
177+ ini_options.markers = [
178+ " mat_ops: mark a test as utilizing matrix operations." ,
179+ ]
180180
181181[tool .coverage ]
182182report.omit = [
You can’t perform that action at this time.
0 commit comments