From b0b4603c29535bc09da9c1ec6211a6367d03f734 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 19:44:03 +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/PyCQA/doc8.git: 0.11.1 → v1.1.1](https://github.com/PyCQA/doc8.git/compare/0.11.1...v1.1.1) - [github.com/PyCQA/isort: 5.10.1 → 5.11.4](https://github.com/PyCQA/isort/compare/5.10.1...5.11.4) - [github.com/psf/black: 22.3.0 → 22.12.0](https://github.com/psf/black/compare/22.3.0...22.12.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.2.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.2.0...v4.4.0) - [github.com/pycqa/flake8.git: 4.0.1 → 6.0.0](https://github.com/pycqa/flake8.git/compare/4.0.1...6.0.0) - [github.com/adrienverge/yamllint.git: v1.26.3 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.3...v1.28.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.991](https://github.com/pre-commit/mirrors-mypy/compare/v0.942...v0.991) - [github.com/pre-commit/mirrors-pylint: v3.0.0a4 → v3.0.0a5](https://github.com/pre-commit/mirrors-pylint/compare/v3.0.0a4...v3.0.0a5) - [github.com/codespell-project/codespell.git: v2.1.0 → v2.2.2](https://github.com/codespell-project/codespell.git/compare/v2.1.0...v2.2.2) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ffd096..335ef3e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ --- repos: - repo: https://github.com/PyCQA/doc8.git - rev: 0.11.1 + rev: v1.1.1 hooks: - id: doc8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.11.4 hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.12.0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.2.0 + rev: v4.4.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -24,7 +24,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/pycqa/flake8.git - rev: 4.0.1 + rev: 6.0.0 hooks: - id: flake8 additional_dependencies: @@ -33,14 +33,14 @@ repos: - flake8-black>=0.1.1 - flake8-docstrings>=1.5.0 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.3 + rev: v1.28.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.942 + rev: v0.991 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -51,13 +51,13 @@ repos: - pytest - molecule - repo: https://github.com/pre-commit/mirrors-pylint - rev: v3.0.0a4 + rev: v3.0.0a5 hooks: - id: pylint additional_dependencies: - molecule - repo: https://github.com/codespell-project/codespell.git - rev: v2.1.0 + rev: v2.2.2 hooks: - id: codespell name: codespell