1- [project ]
1+ [workspace ]
22name = " multiregex"
33channels = [" conda-forge" ]
4+ exclude-newer = " 7d"
45platforms = [" osx-arm64" , " osx-64" , " linux-64" , " win-64" ]
6+ preview = [" pixi-build" ]
57
6- [tasks ]
7- postinstall = " pip install --no-build-isolation --no-deps --disable-pip-version-check -e ."
8+ [package ]
9+ name = " multiregex"
10+ [package .build .backend ]
11+ name = " pixi-build-python"
12+ version = " *"
13+ [package .host-dependencies ]
14+ python = " >=3.10"
15+ hatchling = " *"
16+ uv = " *"
817
918[dependencies ]
10- python = " >=3.9 "
19+ multiregex = { path = " . " }
1120pyahocorasick = " *"
1221
13- [host-dependencies ]
14- pip = " *"
15- setuptools = " >=61"
16- setuptools-scm = " *"
17-
1822[feature .test .dependencies ]
23+ <<<<<<< before updating
1924pytest = " >=6,<8"
25+ ||||||| last update
26+ pytest = " >=6"
27+ =======
28+ pytest = " *"
29+ >>>>>>> after updating
2030pytest-cov = " *"
2131mypy = " *"
2232[feature .test .tasks ]
2333test = " pytest"
2434test-coverage = " pytest --cov=multiregex --cov-report=xml --cov-report=term-missing"
2535
2636[feature .build .dependencies ]
37+ python = " *"
38+ hatchling = " *"
2739python-build = " *"
28- twine = " *"
29- wheel = " *"
40+ twine = " >=6"
3041[feature .build .tasks ]
3142build-wheel = " python -m build --no-isolation ."
3243check-wheel = " twine check dist/*"
3344
3445[feature .lint .dependencies ]
35- pre-commit = " *"
36- insert-license-header = " *"
37- docformatter = " *"
46+ lefthook = " *"
3847ruff = " *"
3948prettier = " *"
4049taplo = " *"
4150pre-commit-hooks = " *"
4251typos = " *"
52+ zizmor = " *"
4353[feature .lint .tasks ]
44- pre-commit-install = " pre-commit install"
45- pre-commit-run = " pre-commit run -a "
54+ pre-commit-install = " lefthook install"
55+ lint = " lefthook run pre-commit --all-files "
4656
47- [feature .py39 .dependencies ]
48- python = " 3.9.*"
4957[feature .py310 .dependencies ]
5058python = " 3.10.*"
5159[feature .py311 .dependencies ]
@@ -54,13 +62,13 @@ python = "3.11.*"
5462python = " 3.12.*"
5563[feature .py313 .dependencies ]
5664python = " 3.13.*"
65+ [feature .py314 .dependencies ]
66+ python = " 3.14.*"
5767
5868[environments ]
59- default = [" test" ]
60- py39 = [" py39" , " test" ]
69+ default = [" test" , " build" , " lint" ]
6170py310 = [" py310" , " test" ]
6271py311 = [" py311" , " test" ]
6372py312 = [" py312" , " test" ]
6473py313 = [" py313" , " test" ]
65- build = [" build" ]
66- lint = { features = [" lint" ], no-default-feature = true }
74+ py314 = [" py314" , " test" ]
0 commit comments