Chore: Update pre-commit hooks 05/71505/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 Apr 2023 15:57:22 +0000 (08:57 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 Apr 2023 15:57:22 +0000 (08:57 -0700)
* github.com/pre-commit/pre-commit-hooks: v4.3.0 -> v4.4.0
* github.com/jorisroovers/gitlint: v0.17.0 -> v0.19.1
* github.com/pre-commit/mirrors-prettier: v2.7.1 -> v3.0.0-alpha.6
* github.com/ambv/black: 22.6.0 -> 23.3.0
* github.com/PyCQA/flake8: 3.9.2 -> 6.0.0
* github.com/pycqa/bandit: 1.7.4 -> 1.7.5
* github.com/pycqa/pydocstyle: 6.1.1 -> 6.3.0
* github.com/adrienverge/yamllint: v1.27.1 -> v1.30.0

Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ie8fe9518e4671f7600ad2aa5f1b29a1403609997

.pre-commit-config.yaml

index 044e197..25063c1 100644 (file)
@@ -4,7 +4,7 @@ default_language_version:
 
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v4.3.0
+    rev: v4.4.0
     hooks:
       - id: trailing-whitespace
       - id: no-commit-to-branch
@@ -13,41 +13,41 @@ repos:
           - --branch=main
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.17.0
+    rev: v0.19.1
     hooks:
       - id: gitlint
 
   - repo: https://github.com/pre-commit/mirrors-prettier
-    rev: v2.7.1
+    rev: v3.0.0-alpha.6
     hooks:
       - id: prettier
         stages: [commit]
 
   - repo: https://github.com/ambv/black
-    rev: 22.6.0
+    rev: 23.3.0
     hooks:
       - id: black
 
-  - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.9.2
+  - repo: https://github.com/PyCQA/flake8
+    rev: 6.0.0
     hooks:
       - id: flake8
         args: ["--max-line-length=88"]
 
   - repo: https://github.com/pycqa/bandit
-    rev: 1.7.4
+    rev: 1.7.5
     hooks:
       - id: bandit
         # Bandit does not need to run on test code
         exclude: ^tests/
 
   - repo: https://github.com/pycqa/pydocstyle
-    rev: 6.1.1
+    rev: 6.3.0
     hooks:
       - id: pydocstyle
 
   - repo: https://github.com/adrienverge/yamllint
-    rev: v1.27.1
+    rev: v1.30.0
     hooks:
       - id: yamllint