Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
oraNod and gotmax23 authored Mar 4, 2024
1 parent e7d5977 commit 0e76c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@nox.session(name="pip-compile", python=["3.11"])
@nox.parametrize(["req"], requirements_files, requirements_files)
@nox.parametrize(["req"], arg_values_list=requirements_files, ids=requirements_files)
def pip_compile(session: nox.Session, req: str):
"""Generate lock files from input files or upgrade packages in lock files."""
# fmt: off
Expand Down

0 comments on commit 0e76c90

Please sign in to comment.