From af00367fed5ab25d72065a768b75667730f6e74b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 31 Oct 2018 13:26:49 -0700 Subject: [PATCH] Upgrade pyupgrade for crlf fixes (again) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 670fb6c4b51..ecfc004bac9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: reorder-python-imports args: ['--application-directories=.:src'] - repo: https://github.com/asottile/pyupgrade - rev: v1.10.0 + rev: v1.10.1 hooks: - id: pyupgrade args: [--keep-percent-format]