Skip to content

Commit 48fec69

Browse files
committed
pre-commit-config.yaml
1 parent 64ef2c7 commit 48fec69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.14.0
4+
rev: v0.15.0
55
hooks:
66
# Run the linter.
77
- id: ruff
88
# Run the formatter.
9-
- id: ruff-format
9+
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
[project.optional-dependencies]
3939
dev = [
4040
"mypy",
41-
"ruff>=0.14.0",
41+
"ruff>=0.15.0",
4242
"pytest",
4343
"pre-commit"
4444
]

0 commit comments

Comments
 (0)