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

index e15b6fde97d51b5a9b24e9fd50208ff21b4de46a,bb8d8639c3b5751bcd1c31d9b5095692b3922796..a8d275137e1ca9647c83bc4b4d772be7c2b9ce2b
@@@ -46,10 -47,10 +47,10 @@@ repos
      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