diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index c4c15714c1..35f3fc850d 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -24,9 +24,9 @@ Maintainers - Dani Alcala <112832187+clavedeluna@users.noreply.github.com> - Łukasz Rogalski - Ashley Whetter +- Nick Drozd : performance improvements to astroid - Bryce Guinta - Yu Shao, Pang <36848472+yushao2@users.noreply.github.com> -- Nick Drozd : performance improvements to astroid - Dimitri Prybysh * multiple-imports, not-iterable, not-a-mapping, various patches. - Roy Williams (Lyft) @@ -157,6 +157,8 @@ contributors: * Added new useless-return checker, * Added new try-except-raise checker - Téo Bouvard +- Stavros Ntentos <133706+stdedos@users.noreply.github.com> +- Nicolas Boulenguez - Mihai Balint - Mark Bell - Levi Gruspe @@ -170,9 +172,9 @@ contributors: - Andreas Freimuth : fix indentation checking with tabs - Alexandru Coman - jpkotta +- crazybolillo - Takahide Nojima - Taewon D. Kim -- Stavros Ntentos <133706+stdedos@users.noreply.github.com> - Sneaky Pete - Sergey B Kirpichev - Sandro Tosi : Debian packaging @@ -245,7 +247,6 @@ contributors: - xmo-odoo - tbennett0 - omarandlorraine <64254276+omarandlorraine@users.noreply.github.com> -- crazybolillo - craig-sh - bernie gray - Wes Turner (Google): added new check 'inconsistent-quotes' @@ -378,9 +379,11 @@ contributors: - Tim Gates - Théo Battrel - Thomas Benhamou +- Theodore Ni <3806110+tjni@users.noreply.github.com> - Tanvi Moharir <74228962+tanvimoharir@users.noreply.github.com>: Fix for invalid toml config - T.Rzepka - Svetoslav Neykov +- SubaruArai <78188579+SubaruArai@users.noreply.github.com> - Stéphane Wirtel : nonlocal-without-binding - Stephen Longofono <8992396+SLongofono@users.noreply.github.com> - Stephane Odul <1504511+sodul@users.noreply.github.com> @@ -429,6 +432,7 @@ contributors: - Niko Wenselowski - Nikita Sobolev - Nick Smith +- Neowizard - Ned Batchelder - Natalie Serebryakova - Moody @@ -503,6 +507,7 @@ contributors: - Hayden Richards <62866982+SupImDos@users.noreply.github.com> * Fixed "no-self-use" for async methods * Fixed "docparams" extension for async functions and methods +- Hashem Nasarat - Harshil <37377066+harshil21@users.noreply.github.com> - Harry - Grégoire <96051754+gregoire-mullvad@users.noreply.github.com> @@ -532,6 +537,7 @@ contributors: - Daniele Procida - Daniela Plascencia - Daniel Werner +- Daniel Wang - Daniel R. Neal (danrneal) - Daniel Draper - Daniel Dorani (doranid) @@ -564,7 +570,6 @@ contributors: - Arun Persaud - Arthur Lutz - Antonio Ossa -- Antonio - Anthony VEREZ - Anthony Tan - Anthony Foglia (Google): Added simple string slots check. @@ -581,11 +586,13 @@ contributors: - Alex Mor <5476113+nashcontrol@users.noreply.github.com> - Alex Jurkiewicz - Alex Hearn +- Aleksander Mamla - Alan Evangelista - Alan Chan - Aivar Annamaa - Aidan Haase <44787650+haasea@users.noreply.github.com> - Ahirnish Pareek : 'keyword-arg-before-var-arg' check +- Agustin Marquez - Adrian Chirieac - Aditya Gupta (adityagupta1089) * Added ignore_signatures to duplicate checker diff --git a/examples/pylintrc b/examples/pylintrc index d496b6b902..5ca3f45140 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -482,8 +482,9 @@ evaluation=max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refactor # used to format the message information. See doc for all details. msg-template= -# Set the output format. Available formats are text, parseable, colorized, json -# and msvs (visual studio). You can also give a reporter class, e.g. +# Set the output format. Available formats are: text, parseable, colorized, +# json2 (improved json format), json (old json format) and msvs (visual +# studio). You can also give a reporter class, e.g. # mypackage.mymodule.MyReporterClass. #output-format= diff --git a/examples/pyproject.toml b/examples/pyproject.toml index 6aba101400..2a518eaac0 100644 --- a/examples/pyproject.toml +++ b/examples/pyproject.toml @@ -406,9 +406,9 @@ evaluation = "max(0, 0 if fatal else 10.0 - ((float(5 * error + warning + refact # used to format the message information. See doc for all details. # msg-template = -# Set the output format. Available formats are text, parseable, colorized, json -# and msvs (visual studio). You can also give a reporter class, e.g. -# mypackage.mymodule.MyReporterClass. +# Set the output format. Available formats are: text, parseable, colorized, json2 +# (improved json format), json (old json format) and msvs (visual studio). You +# can also give a reporter class, e.g. mypackage.mymodule.MyReporterClass. # output-format = # Tells whether to display a full report or only the messages. diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index b8fe0d9a87..1d78827b0e 100644 --- a/pylint/__pkginfo__.py +++ b/pylint/__pkginfo__.py @@ -9,7 +9,7 @@ from __future__ import annotations -__version__ = "3.0.0a8-dev0" +__version__ = "3.0.0b0" def get_numversion_from_version(v: str) -> tuple[int, int, int]: diff --git a/tbump.toml b/tbump.toml index 2ed4a1a8d5..411ed5f74b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/pylint" [version] -current = "3.0.0a8-dev0" +current = "3.0.0b0" regex = ''' ^(?P0|[1-9]\d*) \.