Merge "Update cloud image Ubuntu18.04 mininet ovs"
[releng/builder.git] / .pre-commit-config.yaml
index 9f5aa4ad1fcaf6f7f3ac474b9010d44d9e8112b8..8395ce92d7155fe93a45b13edfeed7322b6da724 100644 (file)
@@ -1,67 +1,67 @@
 ---
+default_language_version:
+  python: python3
+  node: "14.13.0"
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v2.5.0
+    rev: v4.2.0
     hooks:
       - id: check-json
       - id: trailing-whitespace
 
-  - repo: https://github.com/prettier/prettier
-    rev: 2.0.5
+  - repo: https://github.com/pre-commit/mirrors-prettier
+    rev: v2.6.2
     hooks:
       - id: prettier
+        stages: [commit]
 
   - repo: https://github.com/jorisroovers/gitlint
-    rev: v0.13.1
+    rev: v0.17.0
     hooks:
       - id: gitlint
+        stages: [commit-msg]
 
   - repo: https://github.com/jumanjihouse/pre-commit-hooks
-    sha: 2.0.2
+    rev: 2.1.6
     hooks:
       - id: shellcheck
         exclude: >
           (?x)^(
               jjb/global-jjb/.*|
+              packer/common-packer/.*|
               jenkins-config/.*
           )$
 
   - repo: https://github.com/ambv/black
-    rev: stable
+    rev: 22.3.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/*
+        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.23.0
+    rev: v1.26.3
     hooks:
       - id: yamllint
 
-  - repo: local
+  - repo: https://github.com/btford/write-good
+    rev: v1.0.8
     hooks:
-      # TODO: Switch to upstream hook when https://github.com/btford/write-good/pull/119 is merged.
       - id: write-good
-        name: write-good
-        description: Check docs for English prose with write-good
-        entry: write-good
-        language: node
-        files: "\\.(rst|md|markdown|mdown|mkdn)$"
-        additional_dependencies: ["write-good"]
         exclude: docs/jenkins.rst