File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - id : check-merge-conflict
1717 - id : detect-private-key
1818 - repo : https://github.com/astral-sh/ruff-pre-commit
19- rev : v0.15.5
19+ rev : v0.15.6
2020 hooks :
2121 - id : ruff-format
2222 types_or : [python, pyi, jupyter]
@@ -29,14 +29,14 @@ repos:
2929 - id : mypy
3030 exclude : ^docs/
3131 - repo : https://github.com/astral-sh/uv-pre-commit
32- rev : 0.10.9 # uv version.
32+ rev : 0.10.10 # uv version.
3333 hooks :
3434 - id : uv-lock
3535 - repo : https://github.com/python-jsonschema/check-jsonschema
3636 rev : 0.37.0
3737 hooks :
3838 - id : check-github-workflows
3939 - repo : https://github.com/tox-dev/pyproject-fmt
40- rev : v2.16.2
40+ rev : v2.19.0
4141 hooks :
4242 - id : pyproject-fmt
Original file line number Diff line number Diff line change @@ -99,11 +99,11 @@ lint.extend-ignore = [
9999 " E501" ,
100100]
101101
102- [tool .pytest ]
103- ini_options.testpaths = [ " tests" ]
104-
105102[tool .mypy ]
106103exclude = [
107104 " docs" ,
108105]
109106warn_no_return = false
107+
108+ [tool .pytest ]
109+ ini_options.testpaths = [ " tests" ]
You can’t perform that action at this time.
0 commit comments