Commit Graph

3 Commits

Author SHA1 Message Date
Anthony Sottile
a45505143f pyupgrade: automated removal of python2 constructs
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/)
```
2020-03-24 10:27:21 +01:00
Claudiu Popa
6b0003da63 Fix a bunch of linting errors from the codebase 2019-05-22 09:26:18 +02:00
Pierre Sassoulas
b2a77e465c Refactor - Rename PylintASTWalker to ASTWalker
For obvious reasons. See review here :
https://github.com/PyCQA/pylint/pull/2654#discussion_r263843101
2019-03-09 11:09:29 +01:00