diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0a613c..f6646d9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,4 +23,4 @@ repos: rev: 23.9.1 hooks: - id: black - language_version: python3.9 + language_version: python3.12 diff --git a/async_api/README.md b/async_api/README.md index a217ccd..7283ce6 100644 --- a/async_api/README.md +++ b/async_api/README.md @@ -7,8 +7,8 @@ Async API for online cinema 1. Clone `git` repo: ```bash -git clone https://github.com/a1d4r/Async_API_sprint_1.git -cd Async_API_sprint_1/async_api +git clone https://github.com/a1d4r/practicum-async-api.git +cd practicum-async-api/async_api ``` 2. If you don't have `Poetry` installed run: @@ -32,7 +32,7 @@ make format lint test ### Makefile usage -[`Makefile`](https://github.com/a1d4r/Async_API_sprint_1/blob/master/async_api/Makefile) contains a lot of functions for faster development. +[`Makefile`](https://github.com/a1d4r/practicum-async-api/blob/master/async_api/Makefile) contains a lot of functions for faster development.
1. Download and remove Poetry diff --git a/async_api/pyproject.toml b/async_api/pyproject.toml index 53a7318..0f660a0 100644 --- a/async_api/pyproject.toml +++ b/async_api/pyproject.toml @@ -4,6 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # https://python-poetry.org/docs/pyproject/ package-mode = false +name = "async_api" [tool.poetry.dependencies] # https://python-poetry.org/docs/dependency-specification/ python = "^3.12"