[Lint] Bump prettier version to 1.15.2

This commit is contained in:
Calum Lind
2018-11-16 14:58:49 +00:00
parent 582f60ea0b
commit 1a4ac93fbb
5 changed files with 11 additions and 24 deletions

View File

@ -10,22 +10,10 @@ repos:
name: Fmt Black
language_version: python3.6
- repo: https://github.com/prettier/prettier
rev: 1.14.3
rev: 1.15.2
hooks:
- id: prettier
name: Fmt Prettier
files: "\\.(\
css\
|less\
|scss\
|html\
|ts|tsx\
|graphql|gql\
|json\
|js|jsx\
|md|markdown|mdown|mkdn\
|yaml|yml\
)$"
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
hooks:

View File

@ -66,7 +66,6 @@ build: false
test_script:
- if defined TOXENV tox
# Commented out as require GTK3 to create package.
# after_test:
# - if not defined TOXENV python setup.py build && python setup.py install