We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8666d12 commit 61c02d0Copy full SHA for 61c02d0
2 files changed
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
---
2
repos:
3
- repo: https://github.com/astral-sh/ruff-pre-commit
4
- rev: v0.15.0
+ rev: v0.15.5
5
hooks:
6
- id: ruff-check
7
args: [--fix, --exit-non-zero-on-fix]
@@ -23,7 +23,7 @@ repos:
23
additional_dependencies:
24
- pydantic[email]>=2.7.0
25
- repo: https://github.com/codespell-project/codespell
26
- rev: v2.4.1
+ rev: v2.4.2
27
28
- id: codespell
29
0 commit comments