Skip to content

Commit 866cdef

Browse files
committed
chore: update pre-commit
1 parent 7d8fb3a commit 866cdef

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
pass_filenames: false
1111

1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v4.4.0
13+
rev: v4.6.0
1414
hooks:
1515
- id: check-ast
1616
language_version: python3.10
@@ -32,13 +32,13 @@ repos:
3232
stages: [commit-msg]
3333

3434
- repo: https://github.com/compilerla/conventional-pre-commit
35-
rev: v2.4.0
35+
rev: v3.4.0
3636
hooks:
3737
- id: conventional-pre-commit
3838
stages: [commit-msg]
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.4.7"
41+
rev: "v0.6.3"
4242
hooks:
4343
- id: ruff
4444
name: Python lint
@@ -50,10 +50,10 @@ repos:
5050
files: ^api/.*\.py$
5151

5252
- repo: https://github.com/biomejs/pre-commit
53-
rev: v0.2.0
53+
rev: v0.4.0
5454
hooks:
5555
- id: biome-check
56-
additional_dependencies: [ "@biomejs/biome@1.8.0" ]
56+
additional_dependencies: [ "@biomejs/biome@1.8.3" ]
5757
args: ["--config-path", "web"]
5858

5959

@@ -92,6 +92,7 @@ repos:
9292
name: codespell
9393
description: Checks for common misspellings in text files.
9494
entry: codespell --toml=api/pyproject.toml
95+
exclude: documentation/docs/changelog/changelog.md
9596
language: python
9697
types: [text]
9798
additional_dependencies:

web/biome.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.8.0/schema.json",
33
"files": {
4-
"ignore": ["documentation/*", "api/*", "web/src/api/generated"]
4+
"ignore": [
5+
"documentation/*",
6+
"api/*",
7+
"web/src/api/generated",
8+
".release-please-manifest.json"
9+
]
510
},
611
"javascript": {
712
"formatter": {

0 commit comments

Comments
 (0)