fix: remove isort due using black and add a new checklist (#546)

fix: remove isort due using black and add a new checklist
This commit is contained in:
Emanuel Ferreira 2023-09-27 16:06:59 -03:00 committed by GitHub
parent 6a14dd7a77
commit 66cadc4ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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

View File

@ -2,8 +2,6 @@
format:
black .
isort .
lint:
ruff check .
black --check .