352:089f36d1cb18
Anton Shestakov <av6@dwimlabs.net>, Mon, 13 Apr 2020 12:18:17 +0800
requirements: update peewee to 3.6.4

previous change 260:7ffb6f327aa4

linters/yamllint.yml

Permissions: -rw-r--r--

Other formats: Feeds:
vars:
python_version: 2
setup:
- ['virtualenv', '--python=python%(python_version)s', '../venv%(python_version)s']
- ['../venv%(python_version)s/bin/pip', 'install', 'yamllint']
exec: ['../venv%(python_version)s/bin/yamllint']
flags: ['--config-data', 'relaxed', '--format', 'parsable']
version: ['--version']