From f4d5ee85b4fbd6323394335aa1d362a266fc381a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 17:13:31 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#713) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78a185e4..7fc90a99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: minimum_pre_commit_version: 2.9.3 repos: - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: [numpy, pandas, types-requests] @@ -51,12 +51,12 @@ repos: name: Check executable files use .sh extension types: [shell, executable] - repo: https://github.com/asottile/blacken-docs - rev: 1.13.0 + rev: 1.14.0 hooks: - id: blacken-docs - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.0.272 + rev: v0.0.275 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]