Update git submodules

* Update oslo.utils from branch 'master'
  - Merge "Adding pre-commit"
  - Adding pre-commit
    
    Introduced changes:
    - pre-commit config and rules
    - Add pre-commit to pep8 gate, Flake8 is covered in the pre-commithooks.
    - Applying fixes for pre-commit compliance in all code.
    
    Also commit hash will be used instead of version tags in pre-commit to
    prevend arbitrary code from running in developer's machines.
    
    pre-commit will be used to:
    - trailing whitespace;
    - Replaces or checks mixed line ending (mixed-line-ending);
    - Forbid files which have a UTF-8 byte-order marker
      (check-byte-order-marker);
    - Checks that non-binary executables have a proper
      shebang (check-executables-have-shebangs);
    - Check for files that contain merge conflict strings
      (check-merge-conflict);
    - Check for debugger imports and py37+ breakpoint()
      calls in python source (debug-statements);
    - Attempts to load all yaml files to verify syntax (check-yaml);
    - Run flake8 checks (flake8) (local)
    
    For further details about tests please refer to:
    https://github.com/pre-commit/pre-commit-hooks
    
    Change-Id: Iba1e2ce707051ea393ac559fc51b1f07da1f6ee8
    Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
This commit is contained in:
Zuul 2020-09-22 12:44:51 +00:00 committed by Gerrit Code Review
parent a98e933bbd
commit 9f18545d99
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit a0ee8f5d195e652c67f832f71ac961436a3869d9
Subproject commit 87d2a1f9d4be63633f0988a112b2f6f706352de1