From cc4042adf1c35ca54631d8ae83588d8bb2b7b337 Mon Sep 17 00:00:00 2001 From: teald Date: Thu, 15 Aug 2024 14:07:31 -0700 Subject: [PATCH] ci(lint): :sparkles: Add documentation style rules to linter --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f91ac8ad..7dac85ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,6 +125,7 @@ exclude = [ [tool.ruff.lint] # select = ["ALL"] +select = ["F", "E", "D"] # Ruff ignored linting rules: # These rules are ignored for the entire project. They should be