summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-0/+2
* Add note on how to share the badge for pylint (#5820)Kurian Benoy2022-02-211-0/+2
* Add Or Bahari copyrite aliases (#5721)orSolocate2022-01-251-1/+1
* Add a checker for misleading unicode (#5311)Kound2022-01-131-1/+2
* Improve non ascii checker (#5643)Kound2022-01-101-0/+3
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-2/+4
* Fix assigning-non-slot false positive with setattr (#5457)Jake Lishman2021-12-151-0/+2
* typecheck: simplify variadic positional detection (#5417)Jérome Perrin2021-12-141-0/+2
* Docker: Python 3.10 and Alpine 3.15 (#5443)oittaa2021-12-031-0/+2
* Update outdated class name in "How to Write a Checker" test example (#5449)Philipp Albrecht2021-12-031-0/+2
* #5452: Fix false positive missing-doc-param from multi-line Google-st… (#5459)allanc652021-12-031-0/+3
* Clarify syntax in pylint.lint example (#5260)Felix von Drigalski2021-11-131-1/+3
* Pylint fix for invalid TOML config (#4720)Tanvi Moharir2021-11-131-0/+3
* Inspection for `with threading.Lock():` (#5245)Martin2021-11-031-0/+1
* Use single worker if importing `multiprocessing.synchronize` fails (#5238)Harshil2021-11-031-0/+2
* add changelog and contributor entryAntonio Quarta2021-10-311-0/+2
* Fix ``protected-access`` for attributes and methods of nested classes (#5232)Daniël van Noord2021-10-311-0/+2
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-0/+2
* Clean up some useless-super-delegation logic (#5193)Samuel Freilich2021-10-261-0/+2
* Fix exception of pyreverse in handling property function within a class.Takahide Nojima2021-10-261-0/+2
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-0/+2
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-0/+2
* Add extension checker that suggests any/all statements from for loops (#5196)Arianna Y2021-10-251-0/+2
* Fix useless-super-delegation false positive when default keyword argument is ...Nick Pesce2021-10-191-0/+2
* Async context manager typo (#5164)Youngsoo Sung2021-10-171-0/+2
* Consider Enums when checking for duplicate dictionary keys (#5155)jaydesl2021-10-161-0/+2
* Rename `len-as-condition` to `use-implicit-booleaness-not-len` (#5132)Jaehoon Hwang2021-10-101-0/+2
* Add support for `ModuleNotFoundError` Python 3.6+ builtin-exception (#5106)Samuel FORESTIER2021-10-091-0/+2
* Fix a crash if ``str.format`` is referenced without being called (#5109)Tim Martin2021-10-061-0/+2
* Update toml dependency to >=0.9.2 (#5067)Jeroen Seegers2021-09-231-0/+3
* Update CONTRIBUTORS.txtDimitri Prybysh2021-09-141-1/+1
* Fix no-self-use and docparams extension for async functions/methods (#4986)SupImDos2021-09-111-0/+4
* Upgrade ignored-parents help description (#4926)Melvin2021-08-281-0/+2
* Added myself to CONTRIBUTORS.txtPhilipp A2021-08-261-0/+2
* [duplicate-code] Parse functions and class methods recursively when gathering...Maksym Humetskyi2021-08-171-0/+1
* [duplicate-code] Ignore decorators lines by similarities checker when ignore ...Maksym Humetskyi2021-08-141-0/+1
* Update option_manager_mixin.py - issue 3839 (#4812)PaaEl2021-08-111-0/+2
* Fix false positives for invalid-all-format (#4711) (#4829)kasium2021-08-111-0/+2
* Fix IsADirectoryError in tests/lint/unittest_lint (#4781)Michal Vasilek2021-08-011-0/+2
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-0/+2
* Add ignored-parents option to design checker (#4758)Rebecca Turner2021-07-281-0/+2
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-0/+2
* Fix false positive undefined variable in decorator with list comprehension (#...Marcin Kurczewski2021-07-221-0/+2
* Added `time.clock` to deprecated functions/methods for python 3.3.Yilei "Dolee" Yang2021-07-201-0/+2
* document Jupyter integration (#4714)Marco Edward Gorelli2021-07-181-0/+3
* Changed exit logic.Mark Bell2021-07-171-0/+2
* Clarify consider-using-from-import documentationWill Shanks2021-07-101-0/+2
* Catch MRO error when applying missing hints feature. (#4688)doranid2021-07-081-0/+2
* [duplicate-code] Fix ignored empty functions by similarities checker with ign...Maksym Humetskyi2021-07-051-0/+3
* VariableChecker now accounts for attribute lookups in type comments (#4604)Sergei Lebedev2021-06-271-0/+2