qutip / qutip-benchmark

Tools for continuously bench-marking qutip's development branch
BSD 3-Clause "New" or "Revised" License
5 stars 8 forks source link

Add flake8 and black checks to continuous integration. #13

Closed hodgestar closed 2 years ago

hodgestar commented 2 years ago

Especially the flake8 check is extremely useful for finding small errors. The black check gives us a consistent coding style.

xspronken commented 2 years ago

Added these checks in #24.