From 11925ed6cf02b7221e79908466607f06ea6abcda Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 11 Apr 2024 17:43:01 +0000
Subject: [PATCH] chore(pre-commit): update ruff to v0.3.6

---
 .pre-commit-config.yaml | 2 +-
 setup.py                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cb2fe94..a00b081 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ default_stages: [commit]
 
 repos:
   - repo: https://github.com/astral-sh/ruff-pre-commit
-    rev: v0.1.12
+    rev: v0.3.6
     hooks:
       - id: ruff
       - id: ruff-format
diff --git a/setup.py b/setup.py
index 9d97b6a..62fce54 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@
             "mypy==1.8.0",
             "nox",
             "types-setuptools",
-            "ruff==0.1.12",
+            "ruff==0.3.6",
         ],
     },
 )