From ea1eef9353391c205c13717710ea0a453fba2937 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 22:24:51 +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/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0) - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](https://github.com/hadialqattan/pycln/compare/v2.1.3...v2.1.5) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.4.1) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) --- .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 0c2b39a..93885b8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,13 +21,13 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.1" + rev: "v3.8.0" hooks: - id: pyupgrade args: ["--py310-plus"] - repo: https://github.com/hadialqattan/pycln - rev: "v2.1.3" + rev: "v2.1.5" hooks: - id: pycln args: [--config=pyproject.toml] @@ -45,7 +45,7 @@ repos: additional_dependencies: [flake8-bugbear] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.4.1" hooks: - id: mypy args: [] @@ -58,7 +58,7 @@ repos: - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: codespell args: ["-L", "te,slowy,aray,ba,nd,classs,crate,feld,lits"]