From 1043b6d26406a196a89043610a51380bc2522e28 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 18 Jul 2024 20:30:16 +0000
Subject: [PATCH] chore(pre-commit): update ruff to v0.5.3

---
 .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 fa4f91b..a46d021 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.4.4
+    rev: v0.5.3
     hooks:
       - id: ruff
       - id: ruff-format
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 77d4a64..8b07abe 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,4 +3,4 @@
 
 mypy==1.0.1
 nox
-ruff==0.4.4
+ruff==0.5.3