mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
feat(python): detect pixi and ipynb files (#6228)
This commit is contained in:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user