diff options
author | Calum Lind <calumlind@gmail.com> | 2018-11-16 15:58:49 +0100 |
---|---|---|
committer | Calum Lind <calumlind@gmail.com> | 2018-11-16 16:06:30 +0100 |
commit | 1a4ac93fbbb865ab6d9fe9fdc50eb58980dc4a01 (patch) | |
tree | f54bd5674c38479fd91152d4977624c83e2ad82b /.pre-commit-config.yaml | |
parent | [Tests] Fix failing tracker_icons test (diff) | |
download | deluge-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.yaml | 14 |
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: |