-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpixi.toml
44 lines (37 loc) · 876 Bytes
/
pixi.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[project]
name = "myconfigs"
version = "0.1.0"
description = "Add a short description here"
authors = ["JafarAbdi <[email protected]>"]
channels = ["conda-forge"]
platforms = ["linux-64", "osx-arm64"]
[tasks]
lint = "pre-commit run -a"
[dependencies]
python = "3.12.*"
requests = "*"
argcomplete = "*"
refurb = "*"
pre-commit = "*"
debugpy = ">=1.8.1,<1.9"
pip = "*"
conda-package-handling = ">=2.2.0,<2.3"
[environments]
linters = ["linters"]
python-lsp = ["python-lsp"]
nodejs = ["nodejs"]
cmake-lsp = ["cmake-lsp"]
[feature.linters.pypi-dependencies]
pylsp-mypy = "*"
ruff = "*"
black = "*"
yamllint = "*"
cmakelang = "*"
[feature.python-lsp.pypi-dependencies]
jedi-language-server = "*"
python-lsp-black = "*"
pylsp-rope = "*"
[feature.nodejs.dependencies]
nodejs = ">=22.4.1,<22.5"
[feature.cmake-lsp.pypi-dependencies]
cmake-language-server = ">=0.1.10, <0.2"