summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-1/+1
* Release with standard version tagPierre Sassoulas2021-04-262-7/+9
* Update documentation and changelogPierre Sassoulas2021-04-261-17/+9
* Better documentation on the packaging breaking changesPierre Sassoulas2021-04-251-3/+11
* Post release choresPierre Sassoulas2021-04-242-0/+17
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Fix discord server invitationPierre Sassoulas2021-04-241-1/+1
* Document the new release processPierre Sassoulas2021-04-241-16/+8
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-0/+6
* Update astroid to 2.5.4 (#4392)Marc Mueller2021-04-241-1/+1
* Enhancement 1070 file output (#4339)DudeNr332021-04-232-0/+6
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-0/+4
* Enhancement/add checker consider using min max builtin (#4359)Qwiddle132021-04-171-0/+2
* Use Python official doc's terminology (#4349)Emmanuel Chaudron2021-04-171-3/+3
* Bump sphinx from 3.5.3 to 3.5.4 (#4344)dependabot[bot]2021-04-121-1/+1
* Follow up to COPYING renamedPierre Sassoulas2021-04-111-0/+2
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-112-2/+2
* New ConfusingConsecutiveElifCheckr (for: #3920) (#4318)DudeNr332021-04-111-0/+3
* Update ``astroid`` to 2.5.3 (#4334)Marc Mueller2021-04-101-0/+2
* Upgrade the documentation and fix inconsistenciesPierre Sassoulas2021-04-082-13/+19
* Upgrade contribute doc with discord server and fix typoesPierre Sassoulas2021-04-081-19/+19
* Add prettier to the pre-commit configurationPierre Sassoulas2021-04-071-30/+29
* Add configuration file to change the setting in read the docPierre Sassoulas2021-04-061-0/+1
* Remove duplication of requirement file for docPierre Sassoulas2021-04-061-1/+2
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-052-4/+4
* Extend documentation for issue #4282 (#4288)DudeNr332021-04-032-0/+11
* Allow protected-access in class methods (#4267)James Sinclair2021-04-011-0/+2
* Upgrade the version for development following 2.7.4 release (#4269)Pierre Sassoulas2021-03-301-5/+8
* Upgrade project for 2.7.4, and 2.8.0 (#4262)Pierre Sassoulas2021-03-291-0/+3
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-2/+1
* Update the release documentation for pre-commit autoupdate to worksPierre Sassoulas2021-03-211-0/+11
* Typoflyingbot912021-03-121-1/+1
* Update whatsnewPeter Kolbus2021-03-091-0/+4
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-4/+4
* Remove 'blacklist' term for good/bad identifiersPeter Kolbus2021-03-091-2/+2
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-092-3/+3
* Introduced deprecated attributesMatus Valo2021-03-061-0/+1
* Add --class-const-naming-styleMarc Mueller2021-03-061-0/+6
* Fix changelog and whatsnew (pre-commit-hook)Marc Mueller2021-03-0610-48/+48
* Add allow-redefined-builtins option to variable checkerAlexander Kapshuna2021-03-051-0/+2
* Update doc for release (easier command to copy paste)Pierre Sassoulas2021-02-281-2/+2
* Add 2.8.0 in the ChangelogPierre Sassoulas2021-02-213-3/+24
* Better documentation for the change in version during releasePierre Sassoulas2021-02-211-1/+6
* Upgrade the documentation about releasePierre Sassoulas2021-02-212-48/+68
* Edit highlights for 2.7.0 in whatsnewPierre Sassoulas2021-02-211-2/+4
* Fix link to isort documentation in doc/faq.rstPierre Sassoulas2021-02-211-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Added example of deprecation checkerMatus Valo2021-02-211-1/+3
* Add new `consider-using-generator` and 'use-a-generator' checkersIkraduya Edian2021-02-201-0/+2
* Fix false positive when map() receives iterableTiago Honorato2021-02-201-1/+1