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

add mypy and other static code analysis checks to pre-commit #134

Closed avendesora closed 11 months ago

avendesora commented 11 months ago

Description

Added mypy and other static code analysis checks to pre-commit and fixed any reported errors/warnings.

Checklist: