Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1952 > unrolled thread
| Started by | Ian Cordasco <graffatcolmingov@gmail.com> |
|---|---|
| First post | 2015-12-10 14:50 -0600 |
| Last post | 2015-12-10 14:50 -0600 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python.announce
Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority Ian Cordasco <graffatcolmingov@gmail.com> - 2015-12-10 14:50 -0600
| From | Ian Cordasco <graffatcolmingov@gmail.com> |
|---|---|
| Date | 2015-12-10 14:50 -0600 |
| Subject | Pylint and Pylint's Astroid projects moved to the Python Code-Quality Authority |
| Message-ID | <mailman.132.1449835033.12405.python-announce-list@python.org> |
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 top | Article view | comp.lang.python.announce
csiph-web