summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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