mirror of
https://github.com/Instagram/LibCST.git
synced 2025-12-23 10:35:53 +00:00
13 lines
218 B
Text
13 lines
218 B
Text
{
|
|
"exclude": [
|
|
".*\/native\/.*"
|
|
],
|
|
"source_directories": [
|
|
"."
|
|
],
|
|
"search_path": [
|
|
"stubs", {"site-package": "setuptools_rust"}
|
|
],
|
|
"workers": 3,
|
|
"strict": true
|
|
}
|