Commit Graph

3 Commits

Author SHA1 Message Date
Abhinav Singh 13c64b5357
Introduce `ProgramNamePlugin` plugin (#904)
* Add `ProgramNamePlugin`

* Update readme

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove `_compat.py`

* Add suggestions coming from #659

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-12-25 12:40:25 +05:30
Sviatoslav Sydorenko d3be2a1d84
Allow pylint to utilize all available CPU cores (#676)
This is a nice addition to the linter's responsiveness.

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
2021-11-05 17:16:13 +05:30
Sviatoslav Sydorenko 05f8a86697
Add a config for pylint (#655)
* Add an initial auto-generated PyLint config

* Align pylint line length settings in with flake8

* Colorize the pylint report output

* Disable all currently violated PyLint rules

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
2021-11-03 17:33:46 +05:30