Skip to content

Commit

Permalink
Merge pull request #17 from TogetherCrew/feature/lint
Browse files Browse the repository at this point in the history
Feature/lint
  • Loading branch information
cyri113 authored Dec 15, 2023
2 parents 0e82b13 + 67f5d93 commit 322af9c
Show file tree
Hide file tree
Showing 22 changed files with 652 additions and 445 deletions.
8 changes: 8 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,11 @@ You can quickly launch the application using `Docker Compose`:
```bash
docker-compose --profile flower up
```

## Lint the code

The code can be linted by using the below command

```bash
python -m black .
```
Loading

0 comments on commit 322af9c

Please sign in to comment.