Skip to content

Commit 0e5277c

Browse files
authored
Remove duplicated items from ruff's exclude list (#11156)
1 parent 92928b5 commit 0e5277c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ exclude = [
2121
".git",
2222
".mypy_cache",
2323
".pytype",
24-
".venv",
25-
"env",
2624
]
2725
select = [
2826
"FA", # flake8-future-annotations

0 commit comments

Comments
 (0)