Add **/requirements*.txt to default cache-dependency-glob (#185)

Contributes to: https://github.com/astral-sh/setup-uv/issues/181
This commit is contained in:
Kevin Stillhammer
2024-12-08 17:51:13 +01:00
committed by GitHub
parent bdcda7e77f
commit be4207d29e
5 changed files with 47 additions and 3 deletions

View File

@ -0,0 +1 @@
print("Hello world")

View File

@ -0,0 +1 @@
ruff>=0.6.2