Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority

Ian Cordasco graffatcolmingov at gmail.com
Thu Dec 10 15:50:06 EST 2015


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/astroid

For 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.

Cheers,
Ian
PyCQA Administrator
Flake8, mccabe, pep8, and pyflakes core developer


More information about the Python-announce-list mailing list