Enable pyrefly in config

This commit is contained in:
Joscha 2025-11-04 02:12:51 +01:00
parent 877e4db663
commit 16722906a9

View file

@ -13,3 +13,6 @@ dependencies = [
[tool.ruff.lint] [tool.ruff.lint]
select = ["RUF", "F"] select = ["RUF", "F"]
preview = true preview = true
[tool.pyrefly]
project-includes = ["**/*.py*"]