[Lint] Bump prettier version to 1.15.2
This commit is contained in:
@ -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:
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user