HSF / prmon

Standalone monitor for process resource consumption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python code linter and formatter

graeme-a-stewart opened this issue · comments

Just as we started to standard format and lint our C++ code, we should do the same for Python.

I see no reason not to follow the Scikit-HEP advice on this and use Black for formatting.

For liniting, pylint seems to be stricter than flake8, but I don't have strong feelings (as we have few scripts then we could probably manage the strictness of pylint).