Skip to content

Commit d33e7d9

Browse files
author
Islam Alibekov
committed
review fixes
1 parent 1b2c1eb commit d33e7d9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ set_up_yc_api_endpoint(kz_region_endpoint)
158158

159159
## Contributing
160160
### Dependencies
161-
We use [uv](https://docs.astral.sh/uv) to manage dependencies.
161+
We use [uv](https://docs.astral.sh/uv) to manage dependencies and run commands in Makefile.
162162
Install it with official standalone installer:
163163
`curl -LsSf https://astral.sh/uv/install.sh | sh`
164164

@@ -175,6 +175,9 @@ add to `dev` extras section
175175
add to `genproto` extras section
176176
`uv add grpcio-tools --group genproto`
177177

178+
### Pre-commit hooks
179+
Setup pre commit hooks with `pre-commit install` command.
180+
178181
### Formatting
179182
Use `make format` to autoformat code with black tool.
180183

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "yandexcloud"
77
version = "0.328.0"
88
authors = [{name = "Yandex LLC", email = "[email protected]"}]
99
license = {text = "MIT"}
10-
description = "The Yandex.Cloud official SDK"
10+
description = "The Yandex Cloud official SDK"
1111
requires-python = ">=3.9"
1212
classifiers = [
1313
"Programming Language :: Python",
@@ -41,7 +41,7 @@ dev = [
4141
"python-semantic-release>=v9.8.8",
4242
"tox-gh>=1.3.1",
4343
"tox>=4.14.2",
44-
"yandexcloud"
44+
"yandexcloud",
4545
]
4646
format = [
4747
"black>=24.4.2",

0 commit comments

Comments
 (0)