From 7e17a83175aa857c296fcb10fb0556f89e2dfd27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 22:50:21 +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/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/astral-sh/ruff-pre-commit: v0.1.14 → v0.4.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.4.9) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.10.0) - [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1) --- .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 8863117..28acbcc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-added-large-files @@ -17,20 +17,20 @@ repos: # Ruff replaces black, flake8, autoflake and isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.1.14' # make sure this is always consistent with hatch configs + rev: 'v0.4.9' # make sure this is always consistent with hatch configs hooks: - id: ruff - id: ruff-format args: [--check, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' # make sure this is always consistent with hatch configs + rev: 'v1.10.0' # make sure this is always consistent with hatch configs hooks: - id: mypy args: ["--install-types", "--non-interactive"] additional_dependencies: [types-tabulate, types-cachetools] - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout