codestyle

We use black and flake8 to format codes in fedvision. For developer, it's quiet easy to install pre-commit hooks:

pip install pre-commit
pre-commit install

This will check code style of changed files before you push codes.