Skip to content

Commit 63acac1

Browse files
authored
chore: upgrade uv and ruff (#545)
upgrade uv and ruff Signed-off-by: gruebel <[email protected]>
1 parent 0d8369f commit 63acac1

File tree

3 files changed

+420
-195
lines changed

3 files changed

+420
-195
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
default_stages: [pre-commit]
22
repos:
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]
@@ -16,7 +16,7 @@ repos:
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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pyproject.toml
22
[build-system]
3-
requires = ["uv_build~=0.8.0"]
3+
requires = ["uv_build~=0.9.0"]
44
build-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]
4343
module-name = "openfeature"

0 commit comments

Comments
 (0)