We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8473853 commit 1e67d95Copy full SHA for 1e67d95
repo-fixups
@@ -7,11 +7,11 @@
7
sed -i '/# renovate: datasource=pypi depName=uv /D' .github/workflows/*.{yml,yaml}
8
9
if [ -f pyproject.toml ]; then
10
- sed -i 's/pre-commit==[0-9.]+/prek==0.3.1/' pyproject.toml
+ sed -i 's/pre-commit==[0-9.]\+/prek==0.3.1/' pyproject.toml
11
fi
12
13
if [ -f requirements.txt ] || [ -f requirements-lint.txt ]; then
14
- sed -i 's/pre-commit==[0-9.]+/prek==0.3.1/' requirements*.txt
+ sed -i 's/pre-commit==[0-9.]\+/prek==0.3.1/' requirements*.txt
15
16
17
for file in .github/workflows/*.{yml,yaml}; do
0 commit comments