From 62c09c064ce3128588a66d192f75bb2a0fc9002c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 10:07:15 +0300 Subject: [PATCH] Auto-update pre-commit hooks (#1070) * Auto-update pre-commit hooks * Update pre-commit-autoupdate.yml Co-authored-by: sobolevn Co-authored-by: Nikita Sobolev --- .github/workflows/pre-commit-autoupdate.yml | 2 +- .pre-commit-config.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 03e6d07..55660cb 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -1,6 +1,6 @@ # Run pre-commit autoupdate every day at midnight # and create a pull request if any changes -# Copied from +# Copied from # https://github.com/cookiecutter/cookiecutter-django name: Pre-commit auto-update diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1e5ec5..4d457d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: check-merge-conflict - id: end-of-file-fixer - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v2.37.2 hooks: - id: pyupgrade args: ["--py36-plus"] @@ -28,7 +28,7 @@ repos: types: [pyi] args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.6.0 hooks: - id: black - repo: https://gitlab.com/pycqa/flake8