Initial static checks in CI
Let's enable CI with some basic static checks, like pylint and black, before we will start contributing code. Those checks will ensure that that our code will have some style standards from the beginning, and we won't need to fix that later.