Commit Graph

11 Commits

Author SHA1 Message Date
Pierre Sassoulas
9e0baf370a Simplify hard to maintain copyright notice
git is the source of truth for the copyright, copyrite (the tool)
was taking exponentially longer with each release, and it's
polluting the code with sometime as much as 50 lines of names.
2022-03-24 13:06:15 +01:00
Daniël van Noord
595ec422d6
Update `pydocstringformatter` to 0.4.0 (#5787) 2022-02-10 19:30:15 +01:00
Pierre Sassoulas
c0fbbb7adb
Fix typos accross the whole codebase (#5575)
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
2021-12-21 23:44:51 +01:00
Nick Drozd
b6ca3b9d6f
Enable for_any_all check (#5206)
* Enable for_any_all check, reword a few docstrings, shorten some loop variable
names, and add typing on modified functions.

Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
2021-10-25 16:36:39 +02:00
Pierre Sassoulas
0b34b5f9fa
Permit to lint to the end in case of crash on a file (#4810)
* Permit to lint to the end in case of crash on a file

And add pre-filled issue template so it's easier to open an issue in pylinthome

* Print full traceback when a crash occur

See discussion here: https://github.com/PyCQA/pylint/pull/4810\#issuecomment-897735720
2021-08-12 22:05:51 +02:00
Marc Mueller
21290866a2
Fix copyright links (#4647)
* Fix link in license header
* Update link to astroid bump_changelog
2021-07-01 12:47:58 +02:00
Marc Mueller
00a2394ec7
Improve exception debugging (#4381) 2021-04-19 21:36:17 +02:00
Pierre Sassoulas
af52033971
Rename copying to license and upgrade the setup.cfg (#4338) 2021-04-11 15:29:34 +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
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