From d8f3f6f45f514df461f67cdae7332aff3111d20d Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Mon, 21 Oct 2024 16:12:36 -0400 Subject: [PATCH] MNT: Update pre-commit hooks. [skip ci] --- .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 e923712..544d1a4 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.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files args: [--maxkb=50000] @@ -47,7 +47,7 @@ repos: - ufmt - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.0 hooks: - id: blacken-docs name: Autoformat codes in docstrings with blacken-docs @@ -55,7 +55,7 @@ repos: args: [-t, py38, -l, '100'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.0 hooks: - id: ruff name: Linting with Ruff @@ -89,7 +89,7 @@ repos: - numpy - repo: https://github.com/tox-dev/pyproject-fmt - rev: 2.2.4 + rev: 2.4.3 hooks: - id: pyproject-fmt name: Apply a consistent format to pyproject.toml