JohanSchott / impurityModel

Calculate many-body states of an impurity Anderson model and spectra (e.g. XPS, XAS, RIXS, NIXS)
MIT License
22 stars 2 forks source link

Use mypy #34

Closed JohanSchott closed 2 years ago

JohanSchott commented 2 years ago

Enable static type checking with mypy. By default mypy only checks functions with type-hints. This repository don't have any type-hints yet, but good to have mypy in place if start adding type-hints.