Testing configuration cleanup

This commit is contained in:
Sorin Sbarnea
2020-04-24 09:59:03 +01:00
parent e3d14e0e37
commit 9881220e73
15 changed files with 147 additions and 69 deletions

View File

@ -2,13 +2,13 @@
repos:
- repo: https://github.com/python/black.git
rev: 19.3b0
rev: 19.10b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.2.3
rev: v2.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
@ -18,13 +18,13 @@ repos:
- id: debug-statements
- repo: https://gitlab.com/pycqa/flake8.git
rev: 3.7.8
rev: 3.7.9
hooks:
- id: flake8
language_version: python3
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.17.0
rev: v1.23.0
hooks:
- id: yamllint
entry: yamllint -c .yamllint.yml --strict