Skip to content

Commit

Permalink
fix: remove isort due using black and add a new checklist (run-llama#546
Browse files Browse the repository at this point in the history
)

fix: remove isort due using black and add a new checklist
  • Loading branch information
EmanuelCampos authored Sep 27, 2023
1 parent 6a14dd7 commit 66cadc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] New and existing unit tests pass locally with my changes
- [ ] I ran `make format; make lint` to appease the lint gods
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

format:
black .
isort .

lint:
ruff check .
black --check .
Expand Down

0 comments on commit 66cadc4

Please sign in to comment.