From 03aebe1d1b08e95f326c5bc384a0b96bb74d0a6e Mon Sep 17 00:00:00 2001 From: sobolevn Date: Fri, 22 Jul 2022 06:35:25 +0000 Subject: [PATCH 1/2] Auto-update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1e5ec571..4d457d019 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 From 6a4f8ec51b81b0d08df902c396d75bbafa76d45d Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 22 Jul 2022 09:41:20 +0300 Subject: [PATCH 2/2] Update pre-commit-autoupdate.yml --- .github/workflows/pre-commit-autoupdate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 03e6d07d0..55660cbc3 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