From 274f55e93033eb3da5ccc871b241d00ac0b63679 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:31:40 +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/python-poetry/poetry: 1.5.0 → 1.8.0](https://github.com/python-poetry/poetry/compare/1.5.0...1.8.0) - [github.com/iterative/dvc: 2.51.0 → 3.51.2](https://github.com/iterative/dvc/compare/2.51.0...3.51.2) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.4.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.4.8) - [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.3.0...v1.10.0) - [github.com/psf/black: 23.3.0 → 24.4.2](https://github.com/psf/black/compare/23.3.0...24.4.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.7.1...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0918d00..d7ad2da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,14 +7,14 @@ default_language_version: repos: - repo: https://github.com/python-poetry/poetry - rev: 1.5.0 + rev: 1.8.0 hooks: - id: poetry-check name: Check poetry (poetry-check) always_run: true - repo: https://github.com/iterative/dvc - rev: 2.51.0 + rev: 3.51.2 hooks: - id: dvc-pre-commit additional_dependencies: @@ -37,7 +37,7 @@ repos: always_run: true - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-case-conflict name: Check case conflict (check-case-conflict) @@ -55,7 +55,7 @@ repos: name: Check added large files (check-added-large-files) - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout name: strip output from notebooks (nbstripout) @@ -63,13 +63,13 @@ repos: types: [jupyter] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.270 + rev: v0.4.8 hooks: - id: ruff name: Check style and linting (ruff) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.10.0 hooks: - id: mypy name: Check types (mypy) @@ -77,13 +77,13 @@ repos: require_serial: true - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.4.2 hooks: - id: black-jupyter name: Format python code (black) - repo: https://github.com/pre-commit/mirrors-prettier - rev: v2.7.1 + rev: v4.0.0-alpha.8 hooks: - id: prettier name: Format files (prettier)