From 8a7a758454bbb1af7831709d6ac3bc5d80b7d7bc Mon Sep 17 00:00:00 2001 From: Samantha Cox Date: Fri, 1 Nov 2024 00:26:52 -0700 Subject: [PATCH] autoupdate precommit --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bba975c9..bcd60379 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,28 +10,28 @@ repos: - id: mixed-line-ending - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.270" + rev: "v0.7.1" hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "24.10.0" hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.3.0" + rev: "v1.13.0" hooks: - id: mypy args: [--pretty, --ignore-missing-imports] additional_dependencies: [types-requests] - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.2" hooks: - id: isort args: [--profile=black] - repo: https://github.com/Yelp/detect-secrets - rev: v1.0.3 + rev: v1.5.0 hooks: - id: detect-secrets args: [--exclude-files, ".github/workflows/"]