Skip to content

Commit 0b4cf47

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/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.15.11](astral-sh/ruff-pre-commit@v0.9.6...v0.15.11) - [github.com/biomejs/pre-commit: v0.6.1 → v2.4.12](biomejs/pre-commit@v0.6.1...v2.4.12)
1 parent 39ca944 commit 0b4cf47

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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
@@ -20,21 +20,21 @@ repos:
2020
- id: sort-simple-yaml
2121
- id: trailing-whitespace
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.4.1
23+
rev: v2.4.2
2424
hooks:
2525
- id: codespell
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.15.11
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.4.12 # 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)