There was an error while loading. Please reload this page.
1 parent def6209 commit d210539Copy full SHA for d210539
1 file changed
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
# workaround for https://github.com/prefix-dev/pixi/issues/1482
7
- id: pixi-install
8
name: pixi-install
9
- entry: pixi install -e default -e lint
+ entry: pixi install -e default -e lint -e py311
10
language: system
11
always_run: true
12
require_serial: true
@@ -52,7 +52,7 @@ repos:
52
# mypy
53
- id: mypy
54
name: mypy
55
- entry: pixi run -e default mypy
+ entry: pixi run -e py311 mypy
56
57
types_or: [python, pyi]
58
0 commit comments