Skip to content

Commit 46337d9

Browse files
pre-commit: bump repositories (#780)
1 parent aa7ed9c commit 46337d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ repos:
3030
hooks:
3131
- id: prettier
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.4.4
33+
rev: v0.4.5
3434
hooks:
3535
- id: ruff
3636
args: [--fix, --show-fixes]
3737
- id: ruff-format
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: "v2.2.6"
39+
rev: "v2.3.0"
4040
hooks:
4141
- id: codespell
4242
args: ["-L", "sur"]

0 commit comments

Comments
 (0)