Merge changes from topic "update-common-packer"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Tue, 22 Jun 2021 22:40:39 +0000 (22:40 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 22 Jun 2021 22:40:39 +0000 (22:40 +0000)
* changes:
  Chore: Update common-packer to the latest v0.9.0
  Chore: Update pre-commit config with latest versions

1  2 
.pre-commit-config.yaml

diff --combined .pre-commit-config.yaml
index e15b6fde97d51b5a9b24e9fd50208ff21b4de46a,bb8d8639c3b5751bcd1c31d9b5095692b3922796..a8d275137e1ca9647c83bc4b4d772be7c2b9ce2b
@@@ -4,19 -4,19 +4,19 @@@ default_language_version
    node: "14.13.0"
  repos:
    - repo: https://github.com/pre-commit/pre-commit-hooks
-     rev: v2.5.0
+     rev: v3.4.0
      hooks:
        - id: check-json
        - id: trailing-whitespace
  
-   - repo: https://github.com/prettier/pre-commit
-     rev: v2.1.2
+   - repo: https://github.com/pre-commit/mirrors-prettier
+     rev: v2.2.1
      hooks:
        - id: prettier
          stages: [commit]
  
    - repo: https://github.com/jorisroovers/gitlint
-     rev: v0.13.1
+     rev: v0.15.1
      hooks:
        - id: gitlint
  
          exclude: >
            (?x)^(
                jjb/global-jjb/.*|
+               packer/common-packer/.*|
                jenkins-config/.*
            )$
  
    - repo: https://github.com/ambv/black
-     rev: 20.8b1
+     rev: 21.6b0
      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.0
      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.1
      hooks:
        - id: yamllint
  
    - repo: https://github.com/btford/write-good
-     rev: v1.0.3
+     rev: v1.0.4
      hooks:
        - id: write-good
          exclude: docs/jenkins.rst