From ccd1eaeef396d3d5212660f52aff6f4c7f3f3814 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 13:36:13 +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/autoflake: v2.0.0 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.0.0...v2.2.1) - [github.com/asottile/pyupgrade: v3.2.2 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.14.0) - [github.com/psf/black: 22.12.0 → 23.9.1](https://github.com/psf/black/compare/22.12.0...23.9.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v1.5.1) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.1 → 0.2.3](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.2.1...0.2.3) --- .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 d3e0f45..5555c48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,21 +22,21 @@ repos: - id: isort args: [--profile, black, --filter-files] - repo: https://github.com/PyCQA/autoflake - rev: v2.0.0 + rev: v2.2.1 hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.14.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.9.1 hooks: - id: black language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: [--count, --show-source, --statistics] @@ -50,7 +50,7 @@ repos: - pyflakes - tryceratops - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.5.1 hooks: - id: mypy additional_dependencies: @@ -59,7 +59,7 @@ repos: - types-tabulate - types-toml - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.1 + rev: 0.2.3 hooks: - id: yamlfmt exclude: ^tests/