avendesora / pythonbible

A python library for validating, parsing, normalizing scripture references and retrieving scripture texts (for open source and public domain versions)
https://docs.python.bible
MIT License
56 stars 11 forks source link

remove black, isort, and flake8 in favor of ruff #159

Closed avendesora closed 4 months ago

avendesora commented 4 months ago

Description

Removed black, isort, and flake8 since all of that functionality is covered by ruff now.

Checklist: