From 9cc98a99446c7319cd63b978b4071dbd1a4b633e Mon Sep 17 00:00:00 2001 From: edipretoro Date: Fri, 26 Dec 2025 12:12:29 +0100 Subject: [PATCH] Adding and configuring pyrefly --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a495deb..e5cdb16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,3 +5,11 @@ requires-python = ">=3.14" dependencies = [ "scrapy>=2.13.4", ] + +[tool] + +[tool.pyrefly] +project-includes = [ + "**/*.py*", + "**/*.ipynb", +]