소스 검색

Merge pull request #103937 from Chubercik/mypy-1.14.1

Revert `mypy` update (`1.15.0` -> `1.14.1`)
Thaddeus Crews 6 달 전
부모
커밋
d01d2f0baf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .pre-commit-config.yaml

+ 1 - 1
.pre-commit-config.yaml

@@ -48,7 +48,7 @@ repos:
         types_or: [text]
 
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: v1.15.0
+    rev: v1.14.1  # Latest version that supports Python 3.8
     hooks:
       - id: mypy
         files: \.py$