summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-10-04 10:11:16 +0100
committerGitHub <noreply@github.com>2021-10-04 10:11:16 +0100
commitab931924e531db468d64666b61b8e69522013f84 (patch)
treef0a3a9d6112cd8b2f39f4f875a29211bc5c260eb /.pre-commit-config.yaml
parentcc04fe987ff006f54b3d15ae0227d233816e7e4f (diff)
downloadtox-git-ab931924e531db468d64666b61b8e69522013f84.tar.gz
Support for the --discover flag (#2245)
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 eaf44c58..ce2dcce5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
- rev: v2.27.0
+ rev: v2.29.0
hooks:
- id: pyupgrade
args: ["--py36-plus"]