Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1952
| From | Ian Cordasco <graffatcolmingov@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python.announce |
| Subject | Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority |
| Date | 2015-12-10 14:50 -0600 |
| Message-ID | <mailman.132.1449835033.12405.python-announce-list@python.org> (permalink) |
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
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority Ian Cordasco <graffatcolmingov@gmail.com> - 2015-12-10 14:50 -0600
csiph-web