Merge branch 'dev/run/validations' of https://github.com/matbu/validations-libs into dev/run/validations
This commit is contained in:
commit
66be7a7e22
@ -11,6 +11,6 @@ repos:
|
||||
- id: check-merge-conflict
|
||||
- id: debug-statements
|
||||
- id: flake8
|
||||
entry: flake8 --ignore=E24,E121,E122,E123,E124,E126,E226,E265,E305,E402,F401,F405,E501,E704,F403,F841,W503,W605
|
||||
#entry: flake8 --ignore=E24,E121,E122,E123,E124,E126,E226,E265,E305,E402,F401,F405,E501,E704,F403,F841,W503,W605
|
||||
- id: check-yaml
|
||||
files: .*\.(yaml|yml)$
|
||||
|
2
tox.ini
2
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 2.0
|
||||
envlist = linters
|
||||
envlist = linters,py37
|
||||
skipdist = True
|
||||
|
||||
[testenv]
|
||||
|
@ -15,7 +15,6 @@
|
||||
|
||||
from unittest import mock
|
||||
|
||||
|
||||
VALIDATIONS_LIST = [{
|
||||
'description': 'My Validation One Description',
|
||||
'groups': ['prep', 'pre-deployment'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user