Hervé Beraud b719a5b56d Adding pre-commit
Introduced changes:
- pre-commit config and rules
- Add pre-commit to pep8 gate, Flake8 is covered in the pre-commit hooks.
- 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: I35e092c472e5d564ebc9bb6c2a4f6d40b54ff120
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-29 13:24:21 +00:00
2020-09-29 13:24:21 +00:00
2020-06-26 13:51:12 +02:00
2019-01-09 23:17:17 +01:00
2019-04-19 19:32:42 +00:00
2014-11-20 15:39:45 -06:00
2020-09-29 13:24:21 +00:00
2018-07-11 08:56:06 +07:00
2020-06-11 12:26:35 +02:00
2019-08-13 16:57:44 +00:00
2017-06-12 07:57:59 +00:00
2014-11-20 15:39:45 -06:00
2019-12-18 15:05:16 +00:00
2020-06-11 12:26:35 +02:00
2020-06-11 12:26:35 +02:00
2020-09-29 13:24:21 +00:00
2020-09-29 13:24:21 +00:00

Castellan

Generic Key Manager interface for OpenStack.

Team and repository tags

image

Description
Generic Key Manager interface for OpenStack
Readme 5.5 MiB
Languages
Python 99.7%
Shell 0.3%