From aa220a9c36af23a38d7251aa891d8849fafe4620 Mon Sep 17 00:00:00 2001
From: NTFSvolume <172021377+NTFSvolume@users.noreply.github.com>
Date: Thu, 30 Jan 2025 20:09:12 -0500
Subject: [PATCH] chore: remove ruff exclude

---
 pyproject.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cc405c29f..8b16a4865 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,7 +65,6 @@ minversion = "8.3"
 testpaths = ["tests"]
 
 [tool.ruff]
-exclude = ["cyberdrop_dl/dependencies/browser_cookie3/__init__.py"]
 line-length = 120
 target-version = "py311"