File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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 .
162162Install 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
175175add 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
179182Use ` make format ` to autoformat code with black tool.
180183
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name = "yandexcloud"
77version = " 0.328.0"
88authors = [{
name =
" Yandex LLC" ,
email =
" [email protected] " }]
99license = {text = " MIT" }
10- description = " The Yandex. Cloud official SDK"
10+ description = " The Yandex Cloud official SDK"
1111requires-python = " >=3.9"
1212classifiers = [
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]
4646format = [
4747 " black>=24.4.2" ,
You can’t perform that action at this time.
0 commit comments