Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply copyrite --contribution-threshold | Pierre Sassoulas | 2021-02-21 | 1 | -1/+3 |
| | |||||
* | Fix E266 too many leading '#' for block comment | Pierre Sassoulas | 2021-02-15 | 1 | -9/+2 |
| | |||||
* | Bug: fix vulnerable regexes to avoid potential ReDoS. | yeting li | 2020-09-10 | 1 | -3/+2 |
| | | | | Fix issue #3811 | ||||
* | Update formatting following black and isort update | Pierre Sassoulas | 2020-09-10 | 1 | -8/+4 |
| | |||||
* | Sets up copyright | hippo91 | 2020-08-20 | 1 | -1/+1 |
| | |||||
* | Add missing copyright annotations for the past releases | Claudiu Popa | 2020-04-27 | 1 | -1/+4 |
| | |||||
* | pyupgrade: automated removal of python2 constructs | Anthony Sottile | 2020-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | using configuration: ```yaml - repo: https://github.com/asottile/pyupgrade rev: v2.1.0 hooks: - id: pyupgrade args: [--py3-plus, --keep-percent-format] exclude: ^tests/(extensions/data/|functional/|input/|regrtest_data/) ``` | ||||
* | Allow non-ASCII characters in identifiers in the invalid-name rule and add ↵ | bernie gray | 2020-03-11 | 1 | -5/+5 |
| | | | | | | | non-ascii-name check Non-ASCII characters are now allowed by ``invalid-name`` check. Also this commit adds a new check ``non-ascii-name``, which is used to detect identifiers with non-ASCII characters. | ||||
* | Remove redundant compatibility code (#3097) | Hugo van Kemenade | 2019-09-12 | 1 | -2/+0 |
| | | | | We no longer support Python 2 so we can remove the compatibility code we had in place for that version. | ||||
* | Fix a bunch of linting errors from the codebase | Claudiu Popa | 2019-05-22 | 1 | -2/+3 |
| | |||||
* | Reformat the code with black | Claudiu Popa | 2018-09-17 | 1 | -31/+45 |
| | |||||
* | Update copyright notices | Claudiu Popa | 2018-07-15 | 1 | -1/+2 |
| | |||||
* | fix lint issue w.r.t useless-object-inheritance. | ssolanki | 2018-06-20 | 1 | -2/+2 |
| | |||||
* | Regenerate copyright notices | Claudiu Popa | 2017-12-15 | 1 | -0/+4 |
| | |||||
* | Adding a check for ``inconsistent-return-statements`` inside function or ↵ | hippo91 | 2017-09-26 | 1 | -1/+2 |
| | | | | | methods. (#1641) Close #1267 | ||||
* | Even more granular copyrights (thanks to copyrite) | Claudiu Popa | 2016-07-23 | 1 | -2/+3 |
| | |||||
* | Keep a consistent copyright notice across the board. | Claudiu Popa | 2016-07-19 | 1 | -0/+2 |
| | | | | | This was changed automatically in #894, but apparently we need to have the copyright notice somewhere. | ||||
* | Add the new shorter license header, including to missing files. Close #894. | Claudiu Popa | 2016-06-01 | 1 | -15/+3 |
| | |||||
* | Change the attribute check for using hasattr instead of looking explicitly ↵ | Claudiu Popa | 2015-12-08 | 1 | -1/+1 |
| | | | | into __dict__. | ||||
* | New imported features from astroid into pyreverse. | Claudiu Popa | 2015-07-03 | 1 | -2/+3 |
| | | | | | | We moved pyreverse.inspector.Project, pyreverse.inspector.project_from_files and pyreverse.inspector.interfaces. These were moved since they didn't belong in astroid and they can be better maintained inside pyreverse itself. | ||||
* | astroid.utils.LocalsVisitor was moved to pylint.pyreverse.LocalsVisitor. | Claudiu Popa | 2015-06-17 | 1 | -0/+77 |
| | |||||
* | Move all package files to a pylint package. | Ionel Cristian Maries | 2015-02-14 | 1 | -0/+132 |