summaryrefslogtreecommitdiff
path: root/pylintrc
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-1/+2
* Tighten design constraints (#8115)Nick Drozd2023-01-281-24/+5
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-281-0/+3
* Add `consider-refactoring-into-while-condition` checker (#8021)yushao22023-01-271-0/+1
* [style] Use default 'dummy-variable-rgx' and 'ignored-argument-names' (#8014)Pierre Sassoulas2023-01-021-8/+0
* Add flag `--clear-cache-post-run` to support server-like usage (#7802)Jacob Walls2022-12-051-0/+4
* Enable dict-init-mutate extension (#7844)Nick Drozd2022-11-251-0/+1
* Enable broad-try-clause check (#7796)Nick Drozd2022-11-181-0/+4
* Use qualified name when checking for overgeneral exceptions (#7497)Jakub Kuczys2022-11-131-1/+1
* Fix typevar-rgx description in pylintrc (#7455)243f6a88 85a308d32022-09-121-1/+1
* Remove unsupported option from our own ``pylintrc``Daniël van Noord2022-07-071-3/+0
* doc(fail-under): rephrase description (#7102)Ville Skyttä2022-07-051-1/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Remove fixme from enable listJacob Walls2022-05-051-1/+0
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-051-2/+1
* Change config values of ``ignore-imports`` and ``ignore-signatures``Daniël van Noord2022-05-051-2/+2
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-011-0/+2
* Only run spelling checks in CI with manual hookDaniël van Noord2022-04-261-1/+1
* [spelling] Add a configuration for the spelling checkerPierre Sassoulas2022-04-261-4/+4
* Add ``unrecognized-option`` message (#6330)Daniël van Noord2022-04-151-31/+0
* Bump py-version and add python-typing-update to CI (#6326)Daniël van Noord2022-04-141-1/+1
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-041-4/+0
* Fix ``confidence`` argument typeDaniël van Noord2022-04-021-1/+1
* [refactor] Use for v in *.values() instead of _, v in *.items()Pierre Sassoulas2022-04-021-1/+1
* Create an `Argument` class and allow convertion of optdict into them (#5584)Daniël van Noord2022-03-291-1/+1
* Update configuration of pre-commit hooks and toolsDaniël van Noord2022-03-251-0/+1
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-241-0/+3
* Fix #2399: Avoid negative scores by default (#5595)Jacob Walls2021-12-281-1/+1
* Add missing settings to pylintrc (#5556)Daniël van Noord2021-12-211-17/+203
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Produce a score of 0 for fatal errors and add fatal to score evaluation (#5521)Jacob Walls2021-12-141-5/+5
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-1/+1
* Activate and fix existing use-set-for-membership checks (#5379)Pierre Sassoulas2021-11-251-0/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Move ``misplaced-comparison-constant`` to optional extension (#5298)Daniël van Noord2021-11-141-0/+1
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+3
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-0/+1
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-2/+5
* Fix ``missing-function-docstring`` not checking ``__init__`` (#5147)Daniël van Noord2021-10-171-1/+1
* Add missing setting to ``pylintrc``Daniël van Noord2021-09-291-1/+5
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-3/+3
* Add pylintrc config for typing extension (#4843)Marc Mueller2021-08-141-0/+9
* Enable some Pylint extensions (#4842)Nick Drozd2021-08-141-0/+3
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-0/+3
* Move to new extension CodeStyleCheckerMarc Mueller2021-06-101-1/+2
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+1
* Remove filter from list of bad functionsMarc Mueller2021-04-031-1/+1
* Fix pylintrc fileMarc Mueller2021-04-031-4/+8
* Each enable on their on line in pylintrcPierre Sassoulas2021-03-251-1/+4