From 670ba5b397378c4ed85bb5f66ddd94350ae97c0d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 19:51:31 +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: - https://github.com/pre-commit/mirrors-isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: v5.8.0 → 5.12.0](https://github.com/PyCQA/isort/compare/v5.8.0...5.12.0) - https://github.com/python/black.git → https://github.com/psf/black - [github.com/psf/black: 21.5b2 → 23.9.1](https://github.com/psf/black/compare/21.5b2...23.9.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.5.0) - [github.com/pycqa/flake8: 3.9.2 → 6.1.0](https://github.com/pycqa/flake8/compare/3.9.2...6.1.0) - [github.com/adrienverge/yamllint.git: v1.26.1 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.32.0) - [github.com/ansible/ansible-lint.git: v5.0.11 → v6.20.3](https://github.com/ansible/ansible-lint.git/compare/v5.0.11...v6.20.3) --- .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 7c9310f..7c25195 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.8.0 + - repo: https://github.com/PyCQA/isort + rev: 5.12.0 hooks: - id: isort - - repo: https://github.com/python/black.git - rev: 21.5b2 + - repo: https://github.com/psf/black + rev: 23.9.1 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -20,7 +20,7 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/pycqa/flake8 - rev: 3.9.2 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -30,14 +30,14 @@ repos: - flake8-docstrings>=1.5.0 language_version: python3 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.32.0 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/ansible/ansible-lint.git - rev: v5.0.11 + rev: v6.20.3 hooks: - id: ansible-lint always_run: true