From 8edb7751855a12a985eb794a2bd102571e8b76ba Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:39:38 +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/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - https://github.com/pre-commit/mirrors-autopep8 → https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v2.0.1 → v2.0.4](https://github.com/hhatto/autopep8/compare/v2.0.1...v2.0.4) - [github.com/rstcheck/rstcheck: v6.1.1 → v6.2.0](https://github.com/rstcheck/rstcheck/compare/v6.1.1...v6.2.0) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 053c5f2..eb833e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,14 +11,14 @@ repos: - id: debug-statements language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 language_version: python3 additional_dependencies: [flake8-typing-imports==1.14.0] args: ["--per-file-ignores=src/gocept/pytestlayer/tests/test_integration.py:E501"] - - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + - repo: https://github.com/hhatto/autopep8 + rev: v2.0.4 hooks: - id: autopep8 - repo: https://github.com/PyCQA/isort @@ -44,7 +44,7 @@ repos: language: python additional_dependencies: [pygments, restructuredtext_lint] - repo: https://github.com/rstcheck/rstcheck - rev: 'v6.1.1' + rev: 'v6.2.0' hooks: - id: rstcheck additional_dependencies: [sphinx]