Skip to content

Commit 728b3aa

Browse files
fix(deps): update ruff to v0.9.10
1 parent 69d9075 commit 728b3aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- '@biomejs/[email protected]'
4949

5050
- repo: https://github.com/astral-sh/ruff-pre-commit
51-
rev: v0.9.9
51+
rev: v0.9.10
5252
hooks:
5353
- id: ruff
5454
args:

pypacter-api/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ devel-types = [
5151
"pydantic~=2.9",
5252
]
5353
devel-test = ["pytest", "pytest-cov", "coverage[toml]", "uvicorn"]
54-
devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.9.9"]
54+
devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.9.10"]
5555

5656
################################################################################
5757
## Build System Configuration

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ devel-types = ["mypy==1.15.0", "pydantic~=2.9", "types-pyyaml", "types-pygments"
3939
devel = [
4040
"pypacter[devel-test,devel-types]",
4141
"pypacter-api[devel]",
42-
"ruff==0.9.9",
42+
"ruff==0.9.10",
4343
"ipykernel",
4444
]
4545

0 commit comments

Comments
 (0)