Remove duplicated items from ruff's exclude list (#11156)

This commit is contained in:
Aliaksei Urbanski
2023-12-13 01:37:33 +03:00
committed by GitHub
parent 92928b5f60
commit 0e5277c847

View File

@@ -21,8 +21,6 @@ exclude = [
".git",
".mypy_cache",
".pytype",
".venv",
"env",
]
select = [
"FA", # flake8-future-annotations