Commit Graph

7 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
Pierre Sassoulas
5ab140ac3b Style - Apply isort on all apllicable files 2019-03-20 09:07:35 +01:00
Claudiu Popa
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
640ba64f5c Kill YES in favour of Uninferable 2018-05-24 10:09:36 +02:00
Ville Skyttä
c812c59b31 Spelling fixes (#1397) 2017-04-02 15:55:37 +03:00
Erik Eriksson
4fa3659663 Simplify loop. 2016-12-16 22:36:45 +02:00
Erik
ea4273cdff Extracted overlapping exceptions checker into extension 2016-12-15 14:37:40 +02:00