Skip to content

Commit 79962ed

Browse files
authored
pin mypy version in precommit dep. to last stable version i.e 1.18.2 (GoogleCloudPlatform#4913)
2 parents 6661d8a + b017efd commit 79962ed

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)