Skip to content

Commit 81bcdf5

Browse files
committed
fix ruff version
1 parent 9be5167 commit 81bcdf5

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

playground/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ repository = "https://github.com/algolia/api-clients-automation"
1111
[tool.poetry.dependencies]
1212
python = "^3.8.1"
1313
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
14-
ruff = "0.6.3"
15-
python-dotenv = "1.0.1"
14+
ruff = "=0.6.3"
15+
python-dotenv = "=1.0.1"
1616

1717
[tool.poetry.scripts]
1818
search = "app.search:main"

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"pyproject.mustache"
6565
],
6666
"matchStrings": [
67+
"dependencies][^[]*",
6768
"(?<depName>.*?)=\\s*\"(?<currentValue>.*?)\""
6869
],
6970
"matchStringsStrategy": "recursive",

snippets/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ repository = "https://github.com/algolia/api-clients-automation"
1010
[tool.poetry.dependencies]
1111
python = "^3.8.1"
1212
algoliasearch = { path = "../../clients/algoliasearch-client-python", develop = true }
13-
ruff = "0.6.3"
13+
ruff = "=0.6.3"

templates/python/pyproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async-timeout = ">= 4.0.3"
2222
pydantic = ">= 2"
2323

2424
[tool.poetry.group.dev.dependencies]
25-
ruff = "0.6.3"
25+
ruff = "=0.6.3"
2626

2727
[tool.ruff]
2828
line-length = 88

tests/output/python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ repository = "https://github.com/algolia/api-clients-automation"
1010
[tool.poetry.dependencies]
1111
python = "^3.8.1"
1212
algoliasearch = { path = "../../../clients/algoliasearch-client-python", develop = true }
13-
ruff = "0.6.3"
14-
pytest = "8.3.2"
15-
python-dotenv = "1.0.1"
16-
pytest-aiohttp = "1.0.5"
13+
ruff = "=0.6.3"
14+
pytest = "=8.3.2"
15+
python-dotenv = "=1.0.1"
16+
pytest-aiohttp = "=1.0.5"
1717

1818
[tool.pytest.ini_options]
1919
asyncio_mode = "auto"

website/docs/setup-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,5 @@ Running renovate on github can be tidious because it only works on the branch `m
8585
```sh
8686
npm install -g renovate
8787

88-
LOG_LEVEL=debug renovate --dry-run --platform local
88+
GITHUB_COM_TOKEN="<github token>" LOG_LEVEL=debug renovate --dry-run --platform local
8989
```

0 commit comments

Comments
 (0)