From a9a9ab21b9f9a45588941155ccebfee9de574829 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 18:44:53 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/hadialqattan/pycln: v1.3.5 → v2.1.2](https://github.com/hadialqattan/pycln/compare/v1.3.5...v2.1.2) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/psf/black: 22.6.0 → 22.10.0](https://github.com/psf/black/compare/22.6.0...22.10.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v2.34.0...v3.3.0) - [github.com/pre-commit/mirrors-autopep8: v1.6.0 → v2.0.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.6.0...v2.0.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.0.0](https://github.com/PyCQA/flake8/compare/4.0.1...6.0.0) - [github.com/adrienverge/yamllint: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.28.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc266d0a..a4fc18aa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.3.0" + rev: "v4.4.0" hooks: - id: check-merge-conflict - id: end-of-file-fixer @@ -25,12 +25,12 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.1.2 hooks: - id: pycln args: ["--all"] - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/pycqa/isort @@ -39,20 +39,20 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: "22.6.0" + rev: "22.10.0" hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: "v2.34.0" + rev: "v3.3.0" hooks: - id: pyupgrade args: ["--py36-plus", "--keep-mock"] - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: "v1.6.0" + rev: "v2.0.0" hooks: - id: autopep8 - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "6.0.0" hooks: - id: flake8 exclude: "^docs/" @@ -63,6 +63,6 @@ repos: files: >- ^[^/]+[.]rst$ - repo: https://github.com/adrienverge/yamllint - rev: "v1.26.3" + rev: "v1.28.0" hooks: - id: yamllint