taskflow/tools
Hervé Beraud 7ab39946e7 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: I3640bb690c552a428ae0e8250adffbc3a51a310e
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
2020-09-08 14:33:38 +02:00
..
clear_zk.sh Trivial: Update pypi url to new url 2018-04-21 03:43:08 +08:00
env_builder.sh Bump up the env_builder.sh to 2.7.9 2015-02-03 16:50:55 -08:00
pretty_tox.sh Bring over pretty_tox.sh from nova/heat/others 2015-02-21 20:37:13 -08:00
schema_generator.py Add the database schema to the sqlalchemy docs 2014-10-10 06:24:39 +00:00
speed_test.py Provide a deprecated alias for the now removed stop watch class 2015-07-12 18:44:57 -07:00
state_graph.py Use automaton's converters/pydot 2015-10-11 01:11:29 +00:00
subunit_trace.py Adding pre-commit 2020-09-08 14:33:38 +02:00
test-setup.sh Make test-setup.sh compatible with mysql8 2020-06-30 08:14:10 -05:00
update_states.sh Use automaton's converters/pydot 2015-10-11 01:11:29 +00:00