Explorar o código

Revert `mypy` update (`1.15.0` -> `1.14.1`)

Jakub Marcowski hai 4 meses
pai
achega
1782c72592
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .pre-commit-config.yaml

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

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