From c0a7aaa987b641e8390432548680d8d9c18715b8 Mon Sep 17 00:00:00 2001 From: Baptiste Pasquier Date: Wed, 17 Apr 2024 11:15:11 +0200 Subject: [PATCH] Add ANN (annotations) in Ruff config --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f9644a8..cbb39b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,6 +29,7 @@ select = [ "Q", "PTH", "PD", + "ANN", # annotations ] # See: https://beta.ruff.rs/docs/rules/ ignore = ["D100", "D103", "D203", "D213", "ANN101", "ANN102"] line-length = 140