We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8369f commit 63acac1Copy full SHA for 63acac1
3 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
default_stages: [pre-commit]
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.13.0
+ rev: v0.14.2
5
hooks:
6
- id: ruff-check
7
args: [--fix]
@@ -16,7 +16,7 @@ repos:
16
- id: check-merge-conflict
17
18
- repo: https://github.com/pre-commit/mirrors-mypy
19
- rev: v1.18.1
+ rev: v1.18.2
20
21
- id: mypy
22
files: openfeature|tests/typechecking
pyproject.toml
@@ -1,6 +1,6 @@
# pyproject.toml
[build-system]
-requires = ["uv_build~=0.8.0"]
+requires = ["uv_build~=0.9.0"]
build-backend = "uv_build"
[project]
@@ -37,7 +37,7 @@ dev = [
37
]
38
39
[tool.uv]
40
-required-version = "~=0.8.0"
+required-version = "~=0.9.0"
41
42
[tool.uv.build-backend]
43
module-name = "openfeature"
0 commit comments