feat(python): detect pixi and ipynb files (#6228)

This commit is contained in:
Baku Kim
2024-09-26 17:53:18 +09:00
committed by GitHub
parent ee563f93d3
commit 36134d896b
4 changed files with 50 additions and 20 deletions
+9 -5
View File
@@ -1419,7 +1419,8 @@
"VIRTUAL_ENV"
],
"detect_extensions": [
"py"
"py",
"ipynb"
],
"detect_files": [
"requirements.txt",
@@ -1428,7 +1429,8 @@
"Pipfile",
"tox.ini",
"setup.py",
"__init__.py"
"__init__.py",
"pixi.toml"
],
"detect_folders": [],
"disabled": false,
@@ -5298,7 +5300,8 @@
},
"detect_extensions": {
"default": [
"py"
"py",
"ipynb"
],
"type": "array",
"items": {
@@ -5313,7 +5316,8 @@
"Pipfile",
"tox.ini",
"setup.py",
"__init__.py"
"__init__.py",
"pixi.toml"
],
"type": "array",
"items": {
@@ -6548,4 +6552,4 @@
]
}
}
}
}