1- [project ]
1+ [workspace ]
22name = " multiregex"
33channels = [" conda-forge" ]
44platforms = [" osx-arm64" , " osx-64" , " linux-64" , " win-64" ]
5+ preview = [" pixi-build" ]
56
6- [tasks ]
7- postinstall = " pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
7+ [package ]
8+ name = " multiregex"
9+ [package .build .backend ]
10+ name = " pixi-build-python"
11+ version = " *"
12+ [package .host-dependencies ]
13+ python = " >=3.10"
14+ hatchling = " *"
815
916[dependencies ]
10- python = " >=3.9 "
17+ multiregex = { path = " . " }
1118pyahocorasick = " *"
1219
13- [host-dependencies ]
14- pip = " *"
15- setuptools = " >=61"
16- setuptools-scm = " *"
17-
1820[feature .test .dependencies ]
21+ <<<<<<< before updating
1922pytest = " >=6,<8"
23+ ||||||| last update
24+ pytest = " >=6"
25+ =======
26+ pytest = " *"
27+ >>>>>>> after updating
2028pytest-cov = " *"
2129mypy = " *"
2230[feature .test .tasks ]
2331test = " pytest"
2432test-coverage = " pytest --cov=multiregex --cov-report=xml --cov-report=term-missing"
2533
2634[feature .build .dependencies ]
35+ python = " *"
36+ hatchling = " *"
2737python-build = " *"
28- twine = " *"
29- wheel = " *"
38+ twine = " >=6"
3039[feature .build .tasks ]
3140build-wheel = " python -m build --no-isolation ."
3241check-wheel = " twine check dist/*"
3342
3443[feature .lint .dependencies ]
35- pre-commit = " *"
36- insert-license-header = " *"
37- docformatter = " *"
44+ lefthook = " *"
3845ruff = " *"
3946prettier = " *"
4047taplo = " *"
4148pre-commit-hooks = " *"
4249typos = " *"
50+ zizmor = " *"
4351[feature .lint .tasks ]
44- pre-commit-install = " pre-commit install"
45- pre-commit-run = " pre-commit run -a "
52+ pre-commit-install = " lefthook install"
53+ lint = " lefthook run pre-commit --all-files "
4654
47- [feature .py39 .dependencies ]
48- python = " 3.9.*"
4955[feature .py310 .dependencies ]
5056python = " 3.10.*"
5157[feature .py311 .dependencies ]
@@ -54,13 +60,13 @@ python = "3.11.*"
5460python = " 3.12.*"
5561[feature .py313 .dependencies ]
5662python = " 3.13.*"
63+ [feature .py314 .dependencies ]
64+ python = " 3.14.*"
5765
5866[environments ]
59- default = [" test" ]
60- py39 = [" py39" , " test" ]
67+ default = [" test" , " build" , " lint" ]
6168py310 = [" py310" , " test" ]
6269py311 = [" py311" , " test" ]
6370py312 = [" py312" , " test" ]
6471py313 = [" py313" , " test" ]
65- build = [" build" ]
66- lint = { features = [" lint" ], no-default-feature = true }
72+ py314 = [" py314" , " test" ]
0 commit comments