Skip to content

Commit 65ff0b1

Browse files
authored
Merge pull request #96 from stefanofusai/renovate/ruff-0.x
2 parents 58c357c + 721ed53 commit 65ff0b1

File tree

3 files changed

+128
-82
lines changed

3 files changed

+128
-82
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ repos:
5858
hooks:
5959
- id: pyupgrade
6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.8.4
61+
rev: v0.8.6
6262
hooks:
6363
- id: ruff
6464
args:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ build-backend = "hatchling.build"
3030
[dependency-groups]
3131
development = [
3232
"pre-commit==4.0.1",
33-
"ruff==0.8.4",
33+
"ruff==0.8.6",
3434
]
3535

3636
[tool.mypy]

0 commit comments

Comments
 (0)