Skip to content

Commit

Permalink
Update noxfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
  • Loading branch information
oraNod and webknjaz authored Feb 29, 2024
1 parent 4e7c9f4 commit 2aa1b76
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 @@ -3,7 +3,7 @@
import nox

requirements_files = list(
{path.name.replace(".in", "") for path in Path(".").glob("*in")}
{path.stem for path in Path.cwd().glob("*.in")}
)


Expand Down

0 comments on commit 2aa1b76

Please sign in to comment.