We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyodide
Learn more about funding links in repositories.
Report abuse
1 parent 48ccefc commit 79c08dcCopy full SHA for 79c08dc
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ default_language_version:
4
exclude: (^micropip/externals|^tests/vendored|^tests/test_data)
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: "v4.4.0"
+ rev: "v4.5.0"
8
hooks:
9
- id: check-added-large-files
10
- id: check-case-conflict
@@ -18,18 +18,18 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: "v0.0.292"
+ rev: "v0.1.9"
22
23
- id: ruff
24
args: [--fix]
25
26
- repo: https://github.com/psf/black
27
- rev: "23.9.1"
+ rev: "23.12.1"
28
29
- id: black
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: "v1.5.1"
+ rev: "v1.8.0"
33
34
- id: mypy
35
args: []
0 commit comments