We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf818f commit 9efcaccCopy full SHA for 9efcacc
1 file changed
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ repos:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.15.11
+ rev: v0.15.12
9
hooks:
10
- id: ruff-check
11
args: [--fix]
@@ -17,15 +17,15 @@ repos:
17
18
- id: pyproject-fmt
19
- repo: https://github.com/biomejs/pre-commit
20
- rev: v2.4.12
+ rev: v2.4.13
21
22
- id: biome-format
23
- repo: https://github.com/kynan/nbstripout
24
rev: "0.9.1"
25
26
- id: nbstripout
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.20.1
+ rev: v1.20.2
29
30
- id: mypy
31
args: []
0 commit comments