summaryrefslogtreecommitdiffstats
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorCalum Lind <calumlind@gmail.com>2018-11-16 15:58:49 +0100
committerCalum Lind <calumlind@gmail.com>2018-11-16 16:06:30 +0100
commit1a4ac93fbbb865ab6d9fe9fdc50eb58980dc4a01 (patch)
treef54bd5674c38479fd91152d4977624c83e2ad82b /.pre-commit-config.yaml
parent[Tests] Fix failing tracker_icons test (diff)
downloaddeluge-1a4ac93fbbb865ab6d9fe9fdc50eb58980dc4a01.tar.xz
deluge-1a4ac93fbbb865ab6d9fe9fdc50eb58980dc4a01.zip
[Lint] Bump prettier version to 1.15.2
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml14
1 files changed, 1 insertions, 13 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bf2252ada..70306f6a8 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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: