Skip to content

Commit d0b93b0

Browse files
committed
Exclude new typeshed location from flake8
1 parent ae79714 commit d0b93b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ exclude =
2222
# fixtures have their own .pyi-specific configuration
2323
test-data/*,
2424
# typeshed has its own .pyi-specific configuration
25-
typeshed/*,
25+
mypy/typeshed/*,
2626
# flake8 might be started when there's still examples in the temp dir
2727
tmp-test-dirs/*
2828
.tox

0 commit comments

Comments
 (0)