Przeglądaj źródła

pre-commit autoupdate --freeze (#1241)

Mainly running this now because I should've done this for the mypy rev, but letting it update in general.
Jon Meow 4 lat temu
rodzic
commit
9fe7474cb9
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      .pre-commit-config.yaml

+ 2 - 2
.pre-commit-config.yaml

@@ -12,7 +12,7 @@ default_language_version:
 
 
 repos:
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: 8fe62d14e0b4d7d845a7022c5c2c3ae41bdd3f26 # frozen: v4.1.0
+    rev: db7346d375eda68a0174f2c057dd97f2fbffe030 # frozen: v4.2.0
     hooks:
     hooks:
       - id: check-added-large-files
       - id: check-added-large-files
       - id: check-case-conflict
       - id: check-case-conflict
@@ -86,7 +86,7 @@ repos:
     hooks:
     hooks:
       - id: flake8
       - id: flake8
   - repo: https://github.com/pre-commit/mirrors-mypy
   - repo: https://github.com/pre-commit/mirrors-mypy
-    rev: 'v0.950'
+    rev: 'a04404bdf52c2cbc9c5bd705454b89bd83b84383' # frozen: v0.950
     hooks:
     hooks:
       - id: mypy
       - id: mypy
         # Use setup.cfg to match the command line.
         # Use setup.cfg to match the command line.