mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
[Lint] Bump prettier version to 1.15.2
This commit is contained in:
parent
582f60ea0b
commit
1a4ac93fbb
5 changed files with 11 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue