Skip to content

Commit

Permalink
add format details and references
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Feb 2, 2024
1 parent d284c9e commit d50b1d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,19 @@ options:
follow `README.md`
## Formatting [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
Code formatting and import sorting are done automatically with `black` and `isort`.
Fix imports and format : `pip install black isort; bash fixFormat.sh`
Spelling is checked but not automatically fixed using `codespell`
## References
Coming soon
## Acknowledgments
Expand Down

0 comments on commit d50b1d3

Please sign in to comment.