Skip to content

Commit 61c02d0

Browse files
committed
chore: dependency update
1 parent 8666d12 commit 61c02d0

2 files changed

Lines changed: 385 additions & 335 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.0
4+
rev: v0.15.5
55
hooks:
66
- id: ruff-check
77
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies:
2424
- pydantic[email]>=2.7.0
2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.4.1
26+
rev: v2.4.2
2727
hooks:
2828
- id: codespell
2929
additional_dependencies:

0 commit comments

Comments
 (0)