Skip to content

Commit cb8d077

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.2](astral-sh/ruff-pre-commit@v0.13.2...v0.14.2) - [github.com/compilerla/conventional-pre-commit: v4.2.0 → v4.3.0](compilerla/conventional-pre-commit@v4.2.0...v4.3.0) - [github.com/biomejs/pre-commit: v2.2.4 → v2.3.1](biomejs/pre-commit@v2.2.4...v2.3.1)
1 parent 201eeca commit cb8d077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ repos:
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.13.2
13+
rev: v0.14.2
1414
hooks:
1515
- id: ruff
1616
args:
1717
- --fix
1818
- id: ruff-format
1919
- repo: https://github.com/compilerla/conventional-pre-commit
20-
rev: v4.2.0
20+
rev: v4.3.0
2121
hooks:
2222
- id: conventional-pre-commit
2323
stages: [commit-msg]
2424
args: []
2525
- repo: https://github.com/biomejs/pre-commit
26-
rev: v2.2.4
26+
rev: v2.3.1
2727
hooks:
2828
- id: biome-check
2929
additional_dependencies:

0 commit comments

Comments
 (0)