Commit Graph

16 Commits

Author SHA1 Message Date
Pierre Sassoulas
ac85223e5b Apply copyrite --contribution-threshold 2021-02-21 16:56:19 +01:00
Pierre Sassoulas
154718cf61 Remove the # coding, since PEP3120 the default is UTF8 2021-02-21 15:36:16 +01:00
hippo91
1f7c29c0b6 Sets up copyright 2020-08-20 18:40:19 +02:00
Claudiu Popa
369d952c7e Add missing copyright annotations for the past releases 2020-04-27 11:04:14 +02:00
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
Thomas Hisch
fb5a2a6dd7 Add support for reading from stdin (#2746)
pylint gained a new `--from-stdin` flag which activates stdin linting, useful for editors and similar use cases.

Closes: #1187
2019-03-02 14:28:31 +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
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
Łukasz Rogalski
cb6e4523ce Raise meaningful exception for invalid reporter class being selected (#1450) 2017-04-28 19:33:34 +02:00
Claudiu Popa
ec09cc7578 Even more granular copyrights (thanks to copyrite) 2016-07-23 00:22:28 +03:00
Glenn Matthews
3ae79853d2 Add copyright string 2016-07-19 13:59:59 -04:00
Glenn Matthews
f63f165dbc Rename UnknownMessage, EmptyReport to UnknownMessageError, EmptyReportError 2016-07-19 13:56:06 -04:00
Glenn Matthews
0495355af9 Move EmptyReport and UnknownMessage to pylint.exceptions 2016-07-19 13:56:06 -04:00
Glenn Matthews
47577a4a39 Better input validation in register_messages to avoid overwrites.
Add InvalidMessageError and use it instead of asserts in pylint.utils.
2016-07-19 13:56:06 -04:00