This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f0d6a6  Upgrade pyupgrade to v2.7.4 (#12434)
4f0d6a6 is described below

commit 4f0d6a687d2f83c56f0e0c151f45bff83747c523
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Nov 18 06:20:54 2020 +0000

    Upgrade pyupgrade to v2.7.4 (#12434)
    
    https://github.com/asottile/pyupgrade/compare/v2.7.3...v2.7.4
---
 .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 e4fbc62..ecb8f1c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -176,7 +176,7 @@ repos:
         args:
           - --remove
   - repo: https://github.com/asottile/pyupgrade
-    rev: v2.7.3
+    rev: v2.7.4
     hooks:
       - id: pyupgrade
         args: ["--py36-plus"]

Reply via email to