Hi everyone!
It's my pleasure to announce to you that PyLint and its Astroid library have migrated to git from mercurial and have migrated from BitBucket to the Python Code-Quality Authority (PyCQA) organization on GitHub.
The new URLs are:
- PyLint:
https://github.com/pycqa/pylint- Astroid:
https://github.com/pycqa/astroidFor those who do not know, Pylint (
http://www.pylint.org/) is a Python source code analyzer which looks for programming errors,
helps enforcing a coding standard and sniffs for some code smells. Astroid provides a common base representation of python source code for projects such as pychecker, pyreverse, pylint.