Skip to content

Commit 4e7c1ef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.14.9](astral-sh/ruff-pre-commit@v0.9.6...v0.14.9) - [github.com/biomejs/pre-commit: v0.6.1 → v2.3.8](biomejs/pre-commit@v0.6.1...v2.3.8)
1 parent 39ca944 commit 4e7c1ef

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-added-large-files
88
- id: check-case-conflict
@@ -26,15 +26,15 @@ repos:
2626
additional_dependencies: ["tomli"]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.9.6
29+
rev: v0.14.9
3030
hooks:
3131
# Run the linter.
3232
- id: ruff
3333
args: [ --fix ]
3434
# Run the formatter.
3535
- id: ruff-format
3636
- repo: https://github.com/biomejs/pre-commit
37-
rev: v0.6.1 # Use the sha / tag you want to point at
37+
rev: v2.3.8 # Use the sha / tag you want to point at
3838
hooks:
3939
- id: biome-format # not using check becasue there are lots of things that need fixed
4040
additional_dependencies: ["@biomejs/biome@1.9.4"]

0 commit comments

Comments
 (0)