From d6853162e9ca3bbc76db319386553ee68730df23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:10:29 +0000 Subject: [PATCH] chore(pre-commit.ci): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: 3.12.0 → v3.13.0](https://github.com/commitizen-tools/commitizen/compare/3.12.0...v3.13.0) - [github.com/python-poetry/poetry: 1.7.1 → 1.7.0](https://github.com/python-poetry/poetry/compare/1.7.1...1.7.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.7](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.7) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) - [github.com/srstevenson/nb-clean: 3.1.0 → 3.2.0](https://github.com/srstevenson/nb-clean/compare/3.1.0...3.2.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 72fbac1a..b7782ec6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: 3.12.0 + rev: v3.13.0 hooks: - id: commitizen stages: [commit-msg] @@ -28,11 +28,11 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-poetry/poetry - rev: 1.7.1 + rev: 1.7.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.7 hooks: - id: prettier args: ["--tab-width", "2"] @@ -46,11 +46,11 @@ repos: hooks: - id: autoflake - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -73,6 +73,6 @@ repos: # - id: bandit # args: [-x, tests] - repo: https://github.com/srstevenson/nb-clean - rev: "3.1.0" + rev: "3.2.0" hooks: - id: nb-clean