From 818eb37e17fb3030125f348f767e24fbb61fb947 Mon Sep 17 00:00:00 2001 From: Andrey Khrolenok Date: Sun, 6 Oct 2024 15:52:38 +0300 Subject: [PATCH] Update lint configs --- .ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ruff.toml b/.ruff.toml index 70f5aac..672c7d6 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -13,6 +13,7 @@ ignore = [ "D212", # multi-line-summary-first-line (incompatible with formatter) "COM812", # incompatible with formatter "ISC001", # incompatible with formatter + "FIX002", # TODO provide context for future work ] [lint.flake8-pytest-style]