summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-05-15 10:19:12 -0700
committerGitHub <noreply@github.com>2019-05-15 10:19:12 -0700
commitb81173ea0c4462509430e361942118054090b443 (patch)
tree83d17116fe3c260e2b1e58148399ee22cae542d2 /.pre-commit-config.yaml
parentdc75b6af47abd06332b28ff4857172ba838f4fe4 (diff)
downloadpytest-b81173ea0c4462509430e361942118054090b443.tar.gz
Upgrade pre-commit/pre-commit-hooks
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 865b7979b..34895e1a3 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
additional_dependencies: [black==19.3b0]
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v2.1.0
+ rev: v2.2.2
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer