Chore: update pre-commit deps 07/70407/1
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 1 Jul 2022 07:17:34 +0000 (17:17 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Sun, 24 Jul 2022 23:42:00 +0000 (09:42 +1000)
Change-Id: I6a4437d50f25a13528427d19a67a00974a551fdd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
.pre-commit-config.yaml

index 5e295b7..044e197 100644 (file)
@@ -4,7 +4,7 @@ default_language_version:
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.4.0
+    rev: v4.3.0
     hooks:
       - id: trailing-whitespace
       - id: no-commit-to-branch
@@ -13,45 +13,45 @@ repos:
           - --branch=main
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.15.1
+    rev: v0.17.0
     hooks:
       - id: gitlint
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v2.2.1
+    rev: v2.7.1
     hooks:
       - id: prettier
         stages: [commit]
 
   - repo: https://github.com/ambv/black
-    rev: 21.5b1
+    rev: 22.6.0
     hooks:
       - id: black
 
   - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.8.3
+    rev: 3.9.2
     hooks:
       - id: flake8
         args: ["--max-line-length=88"]
 
   - repo: https://github.com/pycqa/bandit
-    rev: 1.6.2
+    rev: 1.7.4
     hooks:
       - id: bandit
         # Bandit does not need to run on test code
         exclude: ^tests/
 
   - repo: https://github.com/pycqa/pydocstyle
-    rev: 5.0.2
+    rev: 6.1.1
     hooks:
       - id: pydocstyle
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.26.1
+    rev: v1.27.1
     hooks:
       - id: yamllint
 
   - repo: https://github.com/btford/write-good
-    rev: v1.0.4
+    rev: v1.0.8
     hooks:
       - id: write-good