Skip to content

Commit b017efd

Browse files
committed
pin mypy version in precommit dep. to last stable version i.e 1.18.2
1 parent 6661d8a commit b017efd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ install-dev-deps: warn-terraform-version warn-packer-version check-pre-commit ch
7373
go install honnef.co/go/tools/cmd/staticcheck@latest
7474
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/requirements.txt
7575
pip install -r community/modules/scheduler/schedmd-slurm-gcp-v6-controller/modules/slurm_files/scripts/requirements-dev.txt
76-
pip install mypy
76+
pip install mypy==1.18.2
7777

7878

7979
clean:

0 commit comments

Comments
 (0)