nox-uv 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nox_uv/__init__.py CHANGED
@@ -58,7 +58,7 @@ def session(
58
58
  [function] = args
59
59
 
60
60
  # Create the `uv sync` command
61
- sync_cmd = ["uv", "sync", "--no-default-groups"]
61
+ sync_cmd = ["uv", "sync", "--no-default-groups", "--locked"]
62
62
 
63
63
  # Add the groups
64
64
  for g in uv_groups:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nox-uv
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Facilitate nox integration with uv for Python projects
5
5
  Project-URL: Homepage, https://github.com/dantebben/nox-uv
6
6
  Author-email: Dan Tebben <dantebben@gmail.com>
@@ -0,0 +1,6 @@
1
+ nox_uv/__init__.py,sha256=xtMQ4CI42DOkUvBZCvvl4brjXQlsZD9bB9aT2mYFPm0,2981
2
+ nox_uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ nox_uv-0.2.1.dist-info/METADATA,sha256=GomceP_IRCri0hrkxlDKhTDLqVxE-ZLSVVlLTXpyu9M,1328
4
+ nox_uv-0.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ nox_uv-0.2.1.dist-info/licenses/LICENSE.txt,sha256=iTZ5ALF1isnM6Ey9Tjom0XIGBBysArB0I2NHZ9a-b8I,1067
6
+ nox_uv-0.2.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- nox_uv/__init__.py,sha256=eh9dTo-E9s59XvbWuctYw6jclZhK38CR8CincSBrrgU,2969
2
- nox_uv/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- nox_uv-0.2.0.dist-info/METADATA,sha256=gUGuU5-DqGrYtgO4GVD9cmIE0W4s3BitbR47IvQI6R0,1328
4
- nox_uv-0.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- nox_uv-0.2.0.dist-info/licenses/LICENSE.txt,sha256=iTZ5ALF1isnM6Ey9Tjom0XIGBBysArB0I2NHZ9a-b8I,1067
6
- nox_uv-0.2.0.dist-info/RECORD,,
File without changes