summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove docs and code associated with the removed W0623 (redefine-in-handler) ...Lorena B2021-06-201-0/+2
* Handle floats when parsing pyproject.toml (#4518) (#4520)Markus Siebenhaar2021-05-291-0/+2
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-0/+4
* Add list literal check to using-constant-test. (#4502)David Liu2021-05-241-0/+2
* Multiple `output-format` support (#4492)ruro2021-05-241-0/+2
* Fix errors in block disables paragraph in User Guide (#4489)Jacob Walls2021-05-231-0/+2
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-171-0/+3
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-111-0/+2
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-0/+2
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-021-0/+2
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-301-0/+2
* resolved false positive on unused variables in decorator functions (#4373)haasea2021-04-181-0/+2
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-171-0/+4
* fix emacs pylint error when running with tramp (#4333)Ramiro Leal-Cavazos2021-04-111-0/+2
* Force encoding in reading of setup.cfg to utf-8 (#4329)Sebastian Müller2021-04-101-0/+2
* Extend documentation for issue #4282 (#4288)DudeNr332021-04-031-0/+2
* Allow protected-access in class methods (#4267)James Sinclair2021-04-011-0/+2
* Fix various problems with --import-graph filename parsing (#4259)Andrew Howe2021-03-291-0/+2
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-251-0/+2
* Print helpful error when toml decode fails (#4176)Quentin Young2021-03-071-0/+2
* pyreverse: Add output directory command-line optionMark Byrne2021-03-071-0/+2
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-051-0/+2
* Properly strip dangerous sys.path entries (not just the first one) (#4153)Louis Sautier2021-02-281-0/+2
* Add Lefteris Karapetsas to contributorsLefteris Karapetsas2021-02-221-0/+2
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-201-0/+3
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-0/+2
* Remove six dependency from test suiteDavid Gilman2021-02-161-0/+2
* Graingert add generated members match against the qualified name (#4092)Pierre Sassoulas2021-02-151-0/+2
* Add support for pep585 with postponed evaulationMarc Mueller2021-02-151-0/+2