mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 20:54:28 +08:00
Remove duplicated items from ruff's exclude list (#11156)
This commit is contained in:
committed by
GitHub
parent
92928b5f60
commit
0e5277c847
@@ -21,8 +21,6 @@ exclude = [
|
||||
".git",
|
||||
".mypy_cache",
|
||||
".pytype",
|
||||
".venv",
|
||||
"env",
|
||||
]
|
||||
select = [
|
||||
"FA", # flake8-future-annotations
|
||||
|
||||
Reference in New Issue
Block a user