summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 21:42:36 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 22:02:01 +0200
commitb6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11 (patch)
treeea9e0304d698e0d7f224283c27e27ef74f6fbbde /.pre-commit-hooks.yaml
parent3420964a2ed8fd553e07efb1096b14dddcd2332c (diff)
downloadpylint-git-b6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11.tar.gz
Add prettier to the pre-commit configuration
Also apply prettier
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 66d447127..1bec0790e 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,6 +1,6 @@
-- id: pylint
- name: pylint
- entry: pylint
- language: python
- types: [python]
- require_serial: true
+- id: pylint
+ name: pylint
+ entry: pylint
+ language: python
+ types: [python]
+ require_serial: true