Update git submodules

* Update oslo.cache from branch 'master'
  - Merge "Introducing usage of pre-commit"
  - Introducing usage of pre-commit
    
    The main goal is to use oslo.cache to design pre-commit for oslo.* and
    then spread its use widely on oslo's world.
    
    pre-commit will be used to:
    - trailing whitespace [2].
    - Replaces or checks mixed line ending (mixed-line-ending) [2].
    - Forbid files which have a UTF-8 byte-order
      marker (check-byte-order-marker) [2].
    - Checks that non-binary executables have a proper
      shebang (check-executables-have-shebangs) [2].
    - Check for files that contain merge conflict
      strings (check-merge-conflict) [2].
    - Check for debugger imports and py37+ breakpoint()
      calls in python source (debug-statements) [2].
    - Attempts to load all yaml files to verify syntax (check-yaml) [2].
    - replace tabs by space (4 by default)(remove-tabs) [3].
    - Run flake8 checks (flake8) (local)
    
    [1] https://specs.openstack.org/openstack/oslo-specs/specs/policy/contributing.html
    [2] https://github.com/pre-commit/pre-commit-hooks
    [3] https://github.com/Lucas-C/pre-commit-hooks
    
    Change-Id: I9170cc31b91f8f25d66ff1b8537c55aced672785
    Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
This commit is contained in:
Zuul 2020-07-13 17:10:00 +00:00 committed by Gerrit Code Review
parent c09d400d75
commit b2add9523e
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit f3f006cf16ba919a1d9af8febe1cc1ceaba375ac
Subproject commit 1fe3c4638cabe988c63851b0acd56d32685bdbd9