dpalmasan / TRUNAJOD2.0

An easy-to-use library to extract indices from texts.
https://trunajod20.readthedocs.io/en/latest/
MIT License
29 stars 7 forks source link

Update pre-commit from yapf to black #14

Closed dpalmasan closed 3 years ago

dpalmasan commented 3 years ago

Since we are using python 3.6+ and not supporting 3.5 (deprecated), pre-commit hooks should use back instead of yapf and all the files should be reformatted. Hooks configuration should also be updated.

dpalmasan commented 3 years ago

Changes were made to all the files and committed. Closing.