From d1a4999270aee19d83cf606b25090df799aa7ea2 Mon Sep 17 00:00:00 2001 From: Konstantinos Smanis Date: Sun, 16 Jul 2023 10:53:12 +0300 Subject: [PATCH] build(ruff): enable `flake8-type-checking` rules --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 27095ec..8c29478 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,7 @@ select = [ "PT", # flake8-pytest-style "RUF", # ruff "S", # flake8-bandit + "TCH", # flake8-type-checking "UP", # pyupgrade "W", # pycodestyle ]