From 1e1bb5ae3dc5c2247e87f439cec8ec6dfac08906 Mon Sep 17 00:00:00 2001 From: mhostetter Date: Sat, 1 Jun 2024 10:00:54 -0400 Subject: [PATCH] Upgrade to Ruff v0.4.7 --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bac4a1af6..ee030cba8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.3 + rev: v0.4.7 hooks: - id: ruff - id: ruff-format diff --git a/requirements-dev.txt b/requirements-dev.txt index 668d6fbd9..a650c8bcb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -ruff == 0.3.3 +ruff == 0.4.7 pre-commit pytest pytest-cov[toml]