Skip to content

Commit

Permalink
fixup! move pip-compile config into .pip-tools.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko <[email protected]>
  • Loading branch information
gotmax23 and webknjaz authored Aug 9, 2023
1 parent 7629f5a commit 6ac21ac
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 @@ -65,7 +65,7 @@ def lint(session: nox.Session):
@nox.parametrize(["req"], requirements_files, requirements_files)
def pip_compile(session: nox.Session, req: str):
# .pip-tools.toml was introduced in v7
session.install("pip-tools>=7")
session.install("pip-tools >= 7")
# fmt: off
session.run(
"pip-compile",
Expand Down

0 comments on commit 6ac21ac

Please sign in to comment.