mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +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
|
name: Fmt Black
|
||||||
language_version: python3.6
|
language_version: python3.6
|
||||||
- repo: https://github.com/prettier/prettier
|
- repo: https://github.com/prettier/prettier
|
||||||
rev: 1.14.3
|
rev: 1.15.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
name: Fmt 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
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v1.4.0
|
rev: v1.4.0
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -66,7 +66,6 @@ build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- if defined TOXENV tox
|
- if defined TOXENV tox
|
||||||
|
|
||||||
# Commented out as require GTK3 to create package.
|
# Commented out as require GTK3 to create package.
|
||||||
# after_test:
|
# after_test:
|
||||||
# - if not defined TOXENV python setup.py build && python setup.py install
|
# - if not defined TOXENV python setup.py build && python setup.py install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue