We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a0f14 commit 5cfedc7Copy full SHA for 5cfedc7
1 file changed
.pre-commit-config.yaml
@@ -7,16 +7,16 @@ default_stages:
7
minimum_pre_commit_version: 2.16.0
8
repos:
9
- repo: https://github.com/biomejs/pre-commit
10
- rev: v2.4.10
+ rev: v2.4.11
11
hooks:
12
- id: biome-format
13
exclude: ^\.cruft\.json$ # inconsistent indentation with cruft
14
- repo: https://github.com/tox-dev/pyproject-fmt
15
- rev: v2.21.0
+ rev: v2.21.1
16
17
- id: pyproject-fmt
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.15.9
+ rev: v0.15.10
20
21
- id: ruff-check
22
types_or: [python, pyi, jupyter]
@@ -36,7 +36,7 @@ repos:
36
- id: check-merge-conflict
37
args: [--assume-in-merge]
38
- repo: https://github.com/pre-commit/mirrors-mypy
39
- rev: v1.20.0
+ rev: v1.20.1
40
41
- id: mypy
42
additional_dependencies: [numpy, types-requests]
0 commit comments