Skip to content

Commit 3857917

Browse files
authored
Merge branch 'main' into array-api-implementation
2 parents 0415fd5 + a54356d commit 3857917

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
@@ -6,7 +6,7 @@ repos:
66
- id: trailing-whitespace
77
- id: no-commit-to-branch
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.15.11
9+
rev: v0.15.12
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix, --exit-non-zero-on-fix]
@@ -18,11 +18,11 @@ repos:
1818
hooks:
1919
- id: pyproject-fmt
2020
- repo: https://github.com/biomejs/pre-commit
21-
rev: v2.4.12
21+
rev: v2.4.13
2222
hooks:
2323
- id: biome-format
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.20.1
25+
rev: v1.20.2
2626
hooks:
2727
- id: mypy
2828
args: [--config-file=pyproject.toml, .]

0 commit comments

Comments
 (0)