Skip to content

Commit

Permalink
chore: join make lint and make format commands under make ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
freitasgst committed Sep 13, 2024
1 parent 55bafc1 commit 5827ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ lint:
ruff check --line-length=100 --target-version=py312 .

format:
ruff format --line-length=100 --target-version=py312 .
ruff format --line-length=100 --target-version=py312 .

ruff: lint format
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ You just need to add your BOT_TOKEN to token.sample.txt and rename the file to t
### Run Lint and Formatter
---
```sh
make lint
make format
make ruff
```

### Run Tests
Expand Down

0 comments on commit 5827ade

Please sign in to comment.