Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1952
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| 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 | Thu, 10 Dec 2015 14:50:06 -0600 |
| Lines | 22 |
| Approved | python-announce-list@python.org |
| Message-ID | <mailman.132.1449835033.12405.python-announce-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de jswvASGnTMfH01xNUydH1Qa30OesyH/aK3E85W5lXgJw== |
| Return-Path | <graffatcolmingov@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'git': 0.09; 'mercurial': 0.09; 'url:github': 0.09; 'sfxlen:2': 0.10; 'python': 0.10; 'url:)': 0.14; 'bitbucket': 0.16; 'from:addr:graffatcolmingov': 0.16; 'from:name:ian cordasco': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:projects': 0.16; 'library': 0.20; 'developer': 0.20; 'to:2**1': 0.21; 'everyone!': 0.22; 'subject:Code': 0.22; 'cheers,': 0.22; 'programming': 0.22; 'coding': 0.27; 'message- id:@mail.gmail.com': 0.27; 'looks': 0.29; 'code': 0.30; 'core': 0.32; 'announce': 0.32; 'are:': 0.32; 'source': 0.33; 'common': 0.33; 'errors,': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'received:209.85': 0.36; 'urls': 0.36; 'received:209': 0.38; 'subject:the': 0.39; 'subject:-': 0.39; 'to:addr:python.org': 0.40; 'some': 0.40; 'organization': 0.60; 'pleasure': 0.79; 'subject:Quality': 0.84; 'subject:moved': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JK0hhG2yM0Os8I79PuThuxS0X+C7qqSBkzeacSLHwo4=; b=uiTeZQNvfgz92n0J1Z/TM9sB0XPIpAs+hxJjupgJGJAAJnt/tWLdScR85e2mYLzGB+ nCKir3aQAau0auhTf3q+GrMZzfbkG60MmO9HaaJQjJapZWRGk1S5GbCmKwKiUMYRuauX duLlpVsaap9lebSfOBbq5DQKVrhrRiyTo/vFJtgEwroYZBZIAv/hIuxeBj38UvxlSmVS jpSMvdCsL4XIw7rBVbHmQx8HnEUhF+v4lSLy1dj6pg6NyjUmlt8L/9sn1DjmplS2oT9V yuQv9Z1mOJ7EAMKrtvkpVjWwxwQrpgncy2Sh+gVtQZoqppvU/ti3Cl8AO5vIVApoVLje Y9lw== |
| X-Received | by 10.140.166.10 with SMTP id m10mr9096417qhm.35.1449780606929; Thu, 10 Dec 2015 12:50:06 -0800 (PST) |
| X-Mailman-Approved-At | Fri, 11 Dec 2015 06:57:12 -0500 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.20+ |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python.announce:1952 |
Show key headers only | View raw
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