From 7374789a31637ceeb53582610cb9b689070e5a96 Mon Sep 17 00:00:00 2001 From: janbridley Date: Fri, 24 Jan 2025 14:05:36 -0500 Subject: [PATCH] Update precommit --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7b53d6d..d2c00dd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: v5.0.0 hooks: - id: end-of-file-fixer exclude: tests/sample_data @@ -16,7 +16,7 @@ repos: - id: debug-statements - id: requirements-txt-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.9.3 hooks: - id: ruff types_or: [ python, pyi, jupyter ]