From 136ceff1080b2592c84c09a0ac826c16657ad1ee Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:46:32 +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-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.2 → v2.3.1](https://github.com/hhatto/autopep8/compare/v2.0.2...v2.3.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.0.0...7.1.1) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.3.1 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.19.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebb6fcc..fe594c8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ --- repos: - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: 'v2.0.2' # Use the sha / tag you want to point at + - repo: https://github.com/hhatto/autopep8 + rev: 'v2.3.1' # Use the sha / tag you want to point at hooks: - id: autopep8 - repo: https://github.com/codespell-project/codespell - rev: v2.2.4 + rev: v2.3.0 hooks: - id: codespell - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 args: @@ -18,7 +18,7 @@ repos: - --show-source - --statistics - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pycqa/pydocstyle @@ -32,7 +32,7 @@ repos: - --convention=google additional_dependencies: ["toml"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.19.0 hooks: - id: pyupgrade # TODO: remove `--keep-runtime-typing` option