summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2021-09-11 18:36:19 +0100
committerGitHub <noreply@github.com>2021-09-11 18:36:19 +0100
commit48da3664ecfee2173838f6604e73f48d579e56ce (patch)
treed0af2cedeed11ed0115087c0a59357b465da3a9f /.pre-commit-config.yaml
parent957a280af356575b00ac6bee34fb02919e95766e (diff)
downloadtox-git-48da3664ecfee2173838f6604e73f48d579e56ce.tar.gz
Fix old-new value on recreate cache miss-match are swapped (#2212)
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
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 d6dd3e68..8ce71718 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.25.0
+ rev: v2.25.1
hooks:
- id: pyupgrade
args: ["--py36-plus"]