1 parent 939a9ef commit f286df3Copy full SHA for f286df3
1 file changed
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
- id: requirements-txt-fixer
16
17
- repo: https://github.com/codespell-project/codespell
18
- rev: "v2.4.1"
+ rev: "v2.4.3"
19
hooks:
20
- id: codespell
21
exclude: |
@@ -25,7 +25,7 @@ repos:
25
)$
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.14.3
+ rev: v0.16.4
29
30
- id: ruff
31
name: ruff check
0 commit comments