File tree Expand file tree Collapse file tree 3 files changed +420
-195
lines changed Expand file tree Collapse file tree 3 files changed +420
-195
lines changed Original file line number Diff line number Diff line change 11default_stages : [pre-commit]
22repos :
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : v0.13.0
4+ rev : v0.14.2
55 hooks :
66 - id : ruff-check
77 args : [--fix]
1616 - id : check-merge-conflict
1717
1818 - repo : https://github.com/pre-commit/mirrors-mypy
19- rev : v1.18.1
19+ rev : v1.18.2
2020 hooks :
2121 - id : mypy
2222 files : openfeature|tests/typechecking
Original file line number Diff line number Diff line change 11# pyproject.toml
22[build-system ]
3- requires = [" uv_build~=0.8 .0" ]
3+ requires = [" uv_build~=0.9 .0" ]
44build-backend = " uv_build"
55
66[project ]
@@ -37,7 +37,7 @@ dev = [
3737]
3838
3939[tool .uv ]
40- required-version = " ~=0.8 .0"
40+ required-version = " ~=0.9 .0"
4141
4242[tool .uv .build-backend ]
4343module-name = " openfeature"
You can’t perform that action at this time.
0 commit comments