Update CONTRIBUTING.md with information about linters and tools and ways of use these: - Pylint: link to official documentation, how can i execute the command, benefits of pylintrc - Flake8: link to official documentation, how can i execute the command, benefits of define params in [setup.cfg](https://github.com/python-microservices/pyms/blob/master/setup.cfg#L7) - Tox: link to official documentation - Mypy: link to official documentation, benefits of define params in setup.cfg (PR open to add this tool) - setup.cfg: what's mean this file Moved from https://github.com/python-microservices/pyms/issues/168