From c822411ef2898e19703004b777baebf4ecc3bcb3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:36:56 +0000 Subject: [PATCH] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/compilerla/conventional-pre-commit: v2.4.0 → v3.2.0](https://github.com/compilerla/conventional-pre-commit/compare/v2.4.0...v3.2.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/Lucas-C/pre-commit-hooks-safety: v1.3.2 → v1.3.3](https://github.com/Lucas-C/pre-commit-hooks-safety/compare/v1.3.2...v1.3.3) - [github.com/nbQA-dev/nbQA: 1.7.0 → 1.8.5](https://github.com/nbQA-dev/nbQA/compare/1.7.0...1.8.5) - [github.com/bwhmather/ssort: v0.11.6 → 0.12.4](https://github.com/bwhmather/ssort/compare/v0.11.6...0.12.4) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) - [github.com/psf/black: 23.10.1 → 24.4.0](https://github.com/psf/black/compare/23.10.1...24.4.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/PyCQA/pylint: v3.0.1 → v3.1.0](https://github.com/PyCQA/pylint/compare/v3.0.1...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.6.1...v1.9.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.8](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.8) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1) - [github.com/python-poetry/poetry: 1.7.0 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.7.0...1.8.0) --- .pre-commit-config.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 87a2c01..a1fea8b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ ci: repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v2.4.0 + rev: v3.2.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -36,7 +36,7 @@ repos: ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -70,7 +70,7 @@ repos: - id: text-unicode-replacement-char - repo: https://github.com/Lucas-C/pre-commit-hooks-safety - rev: v1.3.2 + rev: v1.3.3 hooks: - id: python-safety-dependencies-check files: pyproject.toml @@ -81,7 +81,7 @@ repos: - id: docformatter - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.8.5 hooks: - id: nbqa-check-ast - id: nbqa-mypy @@ -89,36 +89,36 @@ repos: - id: nbqa-pyupgrade - repo: https://github.com/bwhmather/ssort - rev: v0.11.6 + rev: 0.12.4 hooks: - id: ssort - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.2 hooks: - id: pyupgrade - repo: https://github.com/psf/black - rev: 23.10.1 + rev: 24.4.0 hooks: - id: black - id: black-jupyter files: \.ipynb$ - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile=black"] - repo: https://github.com/PyCQA/pylint - rev: v3.0.1 + rev: v3.1.0 hooks: - id: pylint args: ["--rcfile=pyproject.toml"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.9.0 hooks: - id: mypy args: @@ -126,7 +126,7 @@ repos: exclude: "tests" - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.8 hooks: - id: bandit exclude: "^tests/" @@ -134,12 +134,12 @@ repos: - "-r" - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout - repo: https://github.com/python-poetry/poetry - rev: 1.7.0 + rev: 1.8.0 hooks: - id: poetry-check - id: poetry-lock