- Dec 19, 2017
-
-
Ian Stapleton Cordasco authored
Include license file in the generated wheel package
-
- Nov 26, 2017
-
-
Jon Dufresne authored
The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file The wheel now complies with the license: > The above copyright notice and this permission notice shall be > included in all copies or substantial portions of the Software.
-
- Oct 20, 2017
-
-
Ian Stapleton Cordasco authored
doc: improve section about usage of "noqa"
-
- Oct 19, 2017
-
-
Daniel Hahler authored
-
- Jul 23, 2017
-
-
Ian Stapleton Cordasco authored
Make pytest-runner an optional dependency
-
- Jul 22, 2017
-
-
John Wiggins authored
-
- Jul 21, 2017
-
-
John Wiggins authored
-
- Jul 20, 2017
-
-
John Wiggins authored
-
- Jun 12, 2017
-
-
Ian Cordasco authored
-
Samuel Colvin authored
-
- Jun 04, 2017
-
-
Ian Cordasco authored
Rename [wheel] section to [bdist_wheel] as the former is legacy
-
- Jun 03, 2017
-
- Feb 15, 2017
-
-
Ian Cordasco authored
Minor README tweaks and typo fixes
-
Nicholas Chammas authored
This adds some missing words, fixes some typographical errors, and adds some missing links to describe concepts mentioned in the README.
-
- Jan 26, 2017
-
-
Ian Cordasco authored
-
Ian Cordasco authored
Make signatures of default method match
-
- Jan 25, 2017
-
-
Derek Gustafson authored
PathGraphingAstVisitor inherits from ASTVisitor, but they have different signatures.
-
- Jan 23, 2017
-
- Jan 22, 2017
-
-
Ian Cordasco authored
Test against python3.6
-
Anthony Sottile authored
-
Anthony Sottile authored
-
Ian Cordasco authored
Have mccabe consider all statements as statements
-
Anthony Sottile authored
-
- Dec 14, 2016
-
- Dec 09, 2016
-
-
Ian Cordasco authored
This allows tools like Flake8 to report a column number (that is not 0) for users who care about the column number (in the case of the bug report a tool that integrates with a text editor). Related-to #43
-
- Jul 31, 2016
-
- Jul 30, 2016
-
-
Ian Cordasco authored
Fix ValueError: read of closed file
-
Jason R. Coombs authored
-
- Jul 28, 2016
-
- Jul 27, 2016
-
-
Ian Cordasco authored
By default, McCabe's max_complexity value should be the command-line default.
-
- Jul 03, 2016
-
-
Ian Cordasco authored
Handle files with BOMs
-
- Jun 30, 2016
-
-
Ian Cordasco authored
This emulates how Flake8 does it for us in a simplified way. Closes gh-39
-
- May 30, 2016
-
-
Ian Cordasco authored
- Feb 20, 2016
-
-
Ian Cordasco authored
-
- Jan 27, 2016
-
-
Ian Cordasco authored
- Jan 25, 2016
-
-
Ian Cordasco authored
Add support for PEP 0492 keywords
-
- Jan 24, 2016
-
-
Ian Cordasco authored
-