summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHervé Beraud <hberaud@redhat.com>2020-07-21 13:34:11 +0200
committerHervé Beraud <hberaud@redhat.com>2020-09-22 11:45:02 +0200
commit266ee36d3387247f8cbc57327a71f86a181fd45f (patch)
tree6476fd6c79b60ac27e8ab8a167124bff25634378 /tox.ini
parentb184c7f27deb48bf6c7786be24defc785ce5ed73 (diff)
downloadoslo-policy-266ee36d3387247f8cbc57327a71f86a181fd45f.tar.gz
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: Ia9f7040f9966f1492c590a005f55ef7f3b67f0c9 Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 08654e6..0d54506 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = stestr run --slowest {posargs}
deps =
-r{toxinidir}/test-requirements.txt
commands =
- flake8
+ pre-commit run -a
# Run security linter
bandit -r oslo_policy tests -n5