third_party.pylibs.pylint.src/doc/exts
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
..
pylint_extensions.py pyupgrade: automated removal of python2 constructs 2020-03-24 10:27:21 +01:00
pylint_features.py