summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Update name for consider-using-namedtuple to include dataclass (#4536)Marc Mueller2021-06-021-2/+2
* Add new checker invalid-all-formatMarc Mueller2021-06-011-0/+3
* Add the changelog for 2.8.3Pierre Sassoulas2021-06-011-0/+7
* Add new checker consider-using-namedtuple (#4517)Marc Mueller2021-05-311-0/+3
* Fix false-positive assigning-non-slot with typing.Generic base (#4522)Marc Mueller2021-05-301-0/+5
* Add regression test for no-member with generic base class (#4471)Marc Mueller2021-05-301-0/+4
* Fix warning expected on logger class created from renamed importPierre Sassoulas2021-05-291-0/+3
* Fix invalid value returned in lenPierre Sassoulas2021-05-291-0/+3
* Handle floats when parsing pyproject.toml (#4518) (#4520)Markus Siebenhaar2021-05-291-0/+4
* Added deprecated decorators check (#4513)Matus Valo2021-05-271-0/+4
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-0/+4
* Implemented new checker invalid-class-object (#4510)yushao22021-05-261-0/+4
* Fixed false negative of consider-using-enumerate on attributes (#4508)yushao22021-05-261-0/+4
* Added suggestion in helptext for ``unnecessary-comprehension`` checker (#4500)yushao22021-05-251-0/+4
* Implemented ``unused-private-member`` checker (#4504)yushao22021-05-251-0/+5
* Add list literal check to using-constant-test. (#4502)David Liu2021-05-241-0/+3
* Multiple `output-format` support (#4492)ruro2021-05-241-0/+5
* Implemented new check consider-using-from-import (#4491)yushao22021-05-231-0/+5
* Implemented new check unnecessary-dict-index-lookup (#4485)yushao22021-05-231-0/+5
* Fix errors in block disables paragraph in User Guide (#4489)Jacob Walls2021-05-231-0/+2
* Implemented new check use-maxsplit-arg (#4469)yushao22021-05-221-0/+5
* Add ignore_signatures to similarity checker (#4474)Aditya Gupta2021-05-171-0/+4
* Create new error arguments-renamed (#4467)Konstantina Saketou2021-05-171-0/+5
* Consider using with no assign (#4476)DudeNr332021-05-171-0/+2
* Fix issues with Python 3.6.0 (#4446)Peter Kolbus2021-05-121-0/+4
* Add sys.version_info guard to import-error (#4468)Marc Mueller2021-05-121-0/+2
* Implemented new check consider-using-dict-items (#4445)yushao22021-05-111-0/+5
* Update regression tests for PyCQA/astroid#940 (#4466)Andrew Haigh2021-05-111-0/+2
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-0/+3
* Fix changelog (#4442)Marc Mueller2021-05-101-7/+5
* Issue 4430 false positive consider-using-with R1732 (#4453)DudeNr332021-05-091-0/+4
* Customize arguments-differ error messages (#4422)Konstantina Saketou2021-05-051-0/+3
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-021-0/+4
* Add new warning ``deprecated-class`` #4388 (#4419)victor2021-04-301-0/+5
* Fix retrocompatbility of numversionPierre Sassoulas2021-04-281-0/+4
* Fix too-many-ancestorsMarc Mueller2021-04-281-4/+12
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-1/+1
* Release with standard version tagPierre Sassoulas2021-04-261-0/+2
* Update documentation and changelogPierre Sassoulas2021-04-261-0/+2
* Add changelog entryNikolai Kristiansen2021-04-261-1/+13
* Better documentation on the packaging breaking changesPierre Sassoulas2021-04-251-1/+6
* Post release choresPierre Sassoulas2021-04-241-1/+6
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Remove invalid URL that make twine fail with error 400Pierre Sassoulas2021-04-241-4/+4
* Document the new release processPierre Sassoulas2021-04-241-13/+9
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-0/+5
* Update astroid to 2.5.4 (#4392)Marc Mueller2021-04-241-0/+2
* Enhancement 1070 file output (#4339)DudeNr332021-04-231-1/+5
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+6
* Don't auto-enable postponed evaluation of type annotations with PY310 (#4385)Marc Mueller2021-04-231-0/+2