Skip to content

Commit 8906d4b

Browse files
committed
upgraded all things
1 parent aded027 commit 8906d4b

File tree

3 files changed

+368
-364
lines changed

3 files changed

+368
-364
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
# biome-format Format the committed files
4242
# biome-lint Lint and apply safe fixes to the committed files
4343
- repo: https://github.com/biomejs/pre-commit
44-
rev: v2.4.9
44+
rev: v2.4.10
4545
hooks:
4646
- id: biome-check
4747
additional_dependencies: ["@biomejs/biome@^1.0.0"]
@@ -55,7 +55,7 @@ repos:
5555

5656
# runs the ruff linter and formatter
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.15.8
58+
rev: v0.15.9
5959
hooks:
6060
# linter
6161
- id: ruff-check # runs ruff check --force-exclude

0 commit comments

Comments
 (0)