From 44f2cb772b17ad05360d67799a92ce2231ffcb84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:05:48 +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/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [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: v1.2.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.5.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) - [github.com/asottile/pyupgrade: v3.3.2 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.10.1) - [github.com/hadialqattan/pycln: v2.1.3 → v2.2.2](https://github.com/hadialqattan/pycln/compare/v2.1.3...v2.2.2) --- .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 d1ced49..765f2b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black-jupyter - repo: https://github.com/pre-commit/pre-commit-hooks @@ -27,18 +27,18 @@ repos: "--append-only", ] - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 additional_dependencies: ["flake8-bugbear"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.2.0" + rev: "v1.5.1" hooks: - id: mypy exclude: 'docs/source/conf\.py' additional_dependencies: ["types-tabulate", "types-PyYAML"] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: codespell args: ["-I", "codespell.txt"] @@ -49,7 +49,7 @@ repos: # - id: nbstripout # args: ["--extra-keys", "cell.metadata.pycharm"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py37-plus"] @@ -63,7 +63,7 @@ repos: # hooks: # - id: prettier - repo: https://github.com/hadialqattan/pycln - rev: v2.1.3 # Possible releases: https://github.com/hadialqattan/pycln/releases + rev: v2.2.2 # Possible releases: https://github.com/hadialqattan/pycln/releases hooks: - id: pycln args: [--config=pyproject.toml]