summaryrefslogtreecommitdiff
path: root/.pre-commit-hooks.yaml
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-01-12 07:49:21 -0800
committerClaudiu Popa <pcmanticore@gmail.com>2020-01-12 20:17:01 +0100
commit635e0bd789687f7450fc3cca4b3c3d89ee6c215c (patch)
tree1b1e8fe464f85d6960b3d129344021958aa42628 /.pre-commit-hooks.yaml
parentb3d52631ea19328ab3ff5b2a12c280bc4e63ccaa (diff)
downloadpylint-git-635e0bd789687f7450fc3cca4b3c3d89ee6c215c.tar.gz
Simplify pre-commit configuration
- no need to quote `types` - the other keys are optional and were their defaults
Diffstat (limited to '.pre-commit-hooks.yaml')
-rw-r--r--.pre-commit-hooks.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index bf6652a7c..17d980b4d 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -2,6 +2,4 @@
name: pylint
entry: pylint
language: python
- 'types': [python]
- args: []
- additional_dependencies: []
+ types: [python]