Skip to content

Commit

Permalink
Fix git url link (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1d4r authored Mar 13, 2024
1 parent 88d8b90 commit 6616df0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ repos:
rev: 23.9.1
hooks:
- id: black
language_version: python3.9
language_version: python3.12
6 changes: 3 additions & 3 deletions async_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.

<details>
<summary>1. Download and remove Poetry</summary>
Expand Down
1 change: 1 addition & 0 deletions async_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6616df0

Please sign in to comment.