From 0e5277c847d0f7c5b5a8fc4e7ac8a29c402f7ca1 Mon Sep 17 00:00:00 2001 From: Aliaksei Urbanski Date: Wed, 13 Dec 2023 01:37:33 +0300 Subject: [PATCH] Remove duplicated items from ruff's exclude list (#11156) --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c32392828..9efc93d93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,8 +21,6 @@ exclude = [ ".git", ".mypy_cache", ".pytype", - ".venv", - "env", ] select = [ "FA", # flake8-future-annotations