Skip to content

Commit 88c47dc

Browse files
committed
Bumped pre-commit + ruff
1 parent c21422f commit 88c47dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.8.0
3+
rev: v0.15.2
44
hooks:
55
- id: ruff
66

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pre-commit>=4.0.1,<5.0.0
2-
ruff>=0.8.0,<1.0.0
1+
pre-commit>=4.5.1,<5.0.0
2+
ruff>=0.15.2,<1.0.0
33
yamllint>=1.38.0,<2.0.0
44
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)