Skip to content

Commit

Permalink
Remove unnecessary pyrightconfig excludes (#6271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Nov 9, 2021
1 parent e22b63d commit 230f149
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
6 changes: 1 addition & 5 deletions pyrightconfig.json
Expand Up @@ -5,11 +5,7 @@
"stubs"
],
"exclude": [
// Python 2 only modules.
"**/@python2",
"stubs/enum34",
"stubs/futures",
"stubs/ipaddress"
"**/@python2"
],
"typeCheckingMode": "basic",
"strictListInference": true,
Expand Down
8 changes: 0 additions & 8 deletions pyrightconfig.stricter.json
Expand Up @@ -6,19 +6,13 @@
"stubs"
],
"exclude": [
// Python 2 only modules.
"**/@python2",
"stubs/enum34",
"stubs/futures",
"stubs/ipaddress",
// Modules that are incomplete in some way.
"stdlib/distutils/command",
"stdlib/lib2to3/refactor.pyi",
"stdlib/sqlite3/dbapi2.pyi",
"stdlib/tkinter",
"stdlib/xml/dom",
"stdlib/xml/sax",
"stubs/appdirs",
"stubs/aws-xray-sdk",
"stubs/babel",
"stubs/backports.ssl_match_hostname",
Expand Down Expand Up @@ -62,10 +56,8 @@
"stubs/simplejson",
"stubs/slumber",
"stubs/stripe",
"stubs/toposort",
"stubs/ttkthemes",
"stubs/vobject",
"stubs/waitress",
"stubs/Werkzeug"
],
"typeCheckingMode": "basic",
Expand Down

0 comments on commit 230f149

Please sign in to comment.