Commit Graph

14 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
3f28424007 Reformat the code with black 2018-09-17 09:07:42 +02:00
Claudiu Popa
3a8635a9ef Update copyright notices 2018-07-15 11:36:36 +02:00
ssolanki
3cf841a6a2 Add new checker useless-object-inheritance.
Close #2177
2018-06-20 06:55:02 +05:30
Ville Skyttä
9d23fab60b Spelling fixes 2018-01-30 21:51:11 +01:00
Claudiu Popa
9ff44de0ca
Regenerate copyright notices 2017-12-15 12:24:15 +01:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Claudiu Popa
211d81f84f Keep a consistent copyright notice across the board.
This was changed automatically in #894, but apparently
we need to have the copyright notice somewhere.
2016-07-19 17:42:07 +03:00
Claudiu Popa
8322781baa Add the new shorter license header, including to missing files. Close #894. 2016-06-01 16:25:07 +01:00
Claudiu Popa
81b66e0a69 Rename display_results to display_reports, the old name being deprecated. 2016-01-09 20:55:13 +02:00
Claudiu Popa
dc07196639 Remove features in 1.6.0 which were scheduled for removal. 2015-12-17 03:08:25 +02:00
Claudiu Popa
65110d98c8 Fix an occurrence of no-classmethod-decorator. 2015-10-30 14:57:57 +02:00
Florian Bruhin
ce399f4683 Get rid of logilab.common.interface.
--HG--
branch : no-logilab-common
2015-07-26 11:51:04 +02:00
Ionel Cristian Maries
26eb7f9a2e Move all package files to a pylint package. 2015-02-14 18:13:20 +02:00