Skip to content

Commit fbcc350

Browse files
ci: pre-commit autoupdate (#2361)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a0c4283 commit fbcc350

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.15.4
6+
rev: v0.15.5
77
hooks:
88
- id: ruff-check
99
args: ["--fix"]
@@ -13,7 +13,7 @@ repos:
1313
id: ruff
1414
args: ["--preview", "--select=PLR0917"]
1515
- repo: https://github.com/biomejs/pre-commit
16-
rev: v2.4.4
16+
rev: v2.4.6
1717
hooks:
1818
- id: biome-format
1919
- repo: https://github.com/ComPWA/taplo-pre-commit
@@ -34,7 +34,7 @@ repos:
3434
- id: no-commit-to-branch
3535
args: ["--branch=main"]
3636
- repo: https://github.com/codespell-project/codespell
37-
rev: v2.4.1
37+
rev: v2.4.2
3838
hooks:
3939
- id: codespell
4040
additional_dependencies:

0 commit comments

Comments
 (0)