-
Notifications
You must be signed in to change notification settings - Fork 752
Comparing changes
Open a pull request
base repository: PyCQA/pycodestyle
base: main
head repository: codeclimate/codeclimate-pep8
compare: master
Commits on Nov 10, 2015
-
Add native Code Climate support
Adds support to allow PEP8 to run natively on the Code Climate Platform. * Add --codeclimate to output issues in the format specified by the Code Climate specification. * Create a Dockerfile to run PEP8 on the Code Climate platform. * Modify behavior to only exit with return code 1 if the user supplies the --count CLI option to bring its behavior more in line with the documentation in --help.
Configuration menu - View commit details
-
Copy full SHA for a1bf718 - Browse repository at this point
Copy the full SHA a1bf718View commit details
Commits on Nov 18, 2015
-
Properly check for presence of include paths list
In ruby, an empty array is truthy, but in python it is not. When include_paths = [], the desired behavior is that no files get analyzed. This change ensures that. Previously, include_paths = [] got treated as missing the include_paths key entirely, and defaulted to analyzing everything.
ABaldwinHunter committedNov 18, 2015 Configuration menu - View commit details
-
Copy full SHA for 7a614d9 - Browse repository at this point
Copy the full SHA 7a614d9View commit details
Commits on Jan 5, 2016
-
Only analyze files with
.py
extensionsSkip any files ending in other extensions containing py, like .pyo, .pyc, .pd
ABaldwinHunter committedJan 5, 2016 Configuration menu - View commit details
-
Copy full SHA for 41fdc4d - Browse repository at this point
Copy the full SHA 41fdc4dView commit details
Commits on May 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a84acd8 - Browse repository at this point
Copy the full SHA a84acd8View commit details -
Add 1 to offset for Code Climate column number
According to the spec (https://github.com/codeclimate/spec/blob/master/SPEC.md#positions), these column numbers must be 1-based, but they are 0-based by default.
Configuration menu - View commit details
-
Copy full SHA for c27fb47 - Browse repository at this point
Copy the full SHA c27fb47View commit details -
Merge pull request #2 from codeclimate/gd-line-numbers
Add 1 to offset for Code Climate column number
Configuration menu - View commit details
-
Copy full SHA for 3e1d21a - Browse repository at this point
Copy the full SHA 3e1d21aView commit details
Commits on Dec 29, 2016
-
Base image switched to Alpine. The new image is almost 11x smaller.
Configuration menu - View commit details
-
Copy full SHA for 56b2557 - Browse repository at this point
Copy the full SHA 56b2557View commit details -
2.2.0 (2016-11-14) ------------------ Bugs: * Fixed E305 regression caused by #400; #593 2.1.0 (2016-11-04) ------------------ Changes: * Report E302 for blank lines before an "async def"; #556 * Update our list of tested and supported Python versions which are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy. * Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'. * Report E741 on 'global' and 'nonlocal' statements, as well as prohibited single-letter variables. * Deprecated use of `[pep8]` section name in favor of `[pycodestyle]`; #591 Bugs: * Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle; #561 * Require two blank lines after toplevel def, class; #536 * Remove accidentally quadratic computation based on the number of colons. This will make pycodestyle faster in some cases; #314 2.0.0 (2016-05-31) ------------------ Changes: * Added tox test support for Python 3.5 and pypy3 * Added check E275 for whitespace on `from ... import ...` lines; #489 / #491 * Added W503 to the list of codes ignored by default ignore list; #498 * Removed use of project level `.pep8` configuration file; #364 Bugs: * Fixed bug with treating `~` operator as binary; #383 / #384 * Identify binary operators as unary; #484 / #485 1.7.0 (2016-01-12) ------------------ Changes: * Reverted the fix in #368, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time. * Added support for Python 3.5. (Issue #420 & #459) * Added support for multi-line config_file option parsing. (Issue #429) * Improved parameter parsing. (Issues #420 & #456) Bugs: * Fixed BytesWarning on Python 3. (Issue #459)
Configuration menu - View commit details
-
Copy full SHA for 6d5b79e - Browse repository at this point
Copy the full SHA 6d5b79eView commit details
Commits on Jan 3, 2017
-
Merge pull request #3 from pointlessone/dockerfile-update
Dockerfile/PEP8 update
Configuration menu - View commit details
-
Copy full SHA for 899742d - Browse repository at this point
Copy the full SHA 899742dView commit details
Commits on Apr 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e03bd72 - Browse repository at this point
Copy the full SHA e03bd72View commit details
Commits on Nov 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e87a464 - Browse repository at this point
Copy the full SHA e87a464View commit details
Commits on Dec 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d71942b - Browse repository at this point
Copy the full SHA d71942bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 910de9d - Browse repository at this point
Copy the full SHA 910de9dView commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e8f6343 - Browse repository at this point
Copy the full SHA e8f6343View commit details
Commits on Jan 20, 2022
-
Merge pull request #10 from dantevvp/QUA-183/bump-pep8-pycodestyle
QUA-183: update pep8/pycodestyle
Configuration menu - View commit details
-
Copy full SHA for 0fd506c - Browse repository at this point
Copy the full SHA 0fd506cView commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d39be5e - Browse repository at this point
Copy the full SHA d39be5eView commit details
Commits on Jan 24, 2022
-
Merge pull request #11 from codeclimate/QUA-183/update-circleci-config
QUA-183: update circleci config
Configuration menu - View commit details
-
Copy full SHA for d5f6ff8 - Browse repository at this point
Copy the full SHA d5f6ff8View commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 065b117 - Browse repository at this point
Copy the full SHA 065b117View commit details -
Merge pull request #12 from codeclimate/QUA-468/update-base-docker-image
QUA-468: update base docker image
Configuration menu - View commit details
-
Copy full SHA for 62ae3e4 - Browse repository at this point
Copy the full SHA 62ae3e4View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bad0086 - Browse repository at this point
Copy the full SHA bad0086View commit details -
Merge pull request #14 from codeclimate/add-stop-to-readme
Update README.md
Configuration menu - View commit details
-
Copy full SHA for c2626c0 - Browse repository at this point
Copy the full SHA c2626c0View commit details
Commits on Feb 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb10353 - Browse repository at this point
Copy the full SHA eb10353View commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 97707fa - Browse repository at this point
Copy the full SHA 97707faView commit details
Commits on Mar 9, 2023
-
Merge pull request #15 from codeclimate/QUA-958/deprecate-gcr
QUA-958: Push images to Dockerhub instead of GCR
Configuration menu - View commit details
-
Copy full SHA for 86d2fc1 - Browse repository at this point
Copy the full SHA 86d2fc1View commit details
Commits on Mar 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ad432c4 - Browse repository at this point
Copy the full SHA ad432c4View commit details
Commits on Apr 9, 2025
-
Merge pull request #16 from laura-mlg/patch-1
Update with deprecation notice.md
Configuration menu - View commit details
-
Copy full SHA for bebb87c - Browse repository at this point
Copy the full SHA bebb87cView commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5236c55 - Browse repository at this point
Copy the full SHA 5236c55View commit details
Commits on Apr 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c6317ee - Browse repository at this point
Copy the full SHA c6317eeView commit details
There are no files selected for viewing
This file was deleted.