diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 867378eb8..a81ab1732 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -60,8 +60,8 @@ repos: pass_filenames: false require_serial: true additional_dependencies: ["types-typed-ast"] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.4.2 hooks: - id: prettier args: [--prose-wrap=always, --print-width=88] diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index c242147e5..83d46519d 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -36,16 +36,16 @@ Contributors - Andrew Haigh - Julien Cristau - David Liu +- Artem Yurchenko <44875844+temyurchenko@users.noreply.github.com> - Alexandre Fayolle - Eevee (Alex Munroe) -- temyurchenko <44875844+temyurchenko@users.noreply.github.com> - David Gilman - Tushar Sadhwani - Julien Jehannet - Calen Pennington - Antonio - Hugo van Kemenade -- Artem Yurchenko +- Akhil Kamat - Tim Martin - Phil Schaf - Alex Hall @@ -58,7 +58,6 @@ Contributors - David Shea - Daniel Harding - Christian Clauss -- Akhil Kamat - Ville Skyttä - Rene Zhang - Philip Lorenz @@ -76,7 +75,6 @@ Contributors - emile@crater.logilab.fr - doranid - brendanator -- akamat10 - Tomas Gavenciak - Tim Paine - Thomas Hisch @@ -215,9 +213,3 @@ under this name, or we did not manage to find their commits in the history. - carl - alain lefroy - Mark Gius -- Jérome Perrin -- Jamie Scott -- correctmost <134317971+correctmost@users.noreply.github.com> -- Oleh Prypin -- Eric Vergnaud -- Hashem Nasarat diff --git a/astroid/__pkginfo__.py b/astroid/__pkginfo__.py index 18f0d9b19..af319aa9a 100644 --- a/astroid/__pkginfo__.py +++ b/astroid/__pkginfo__.py @@ -2,5 +2,5 @@ # For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE # Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt -__version__ = "4.0.0-dev0" +__version__ = "4.0.0a0" version = __version__ diff --git a/script/.contributors_aliases.json b/script/.contributors_aliases.json index 1dc38a487..6aa985a49 100644 --- a/script/.contributors_aliases.json +++ b/script/.contributors_aliases.json @@ -18,6 +18,13 @@ "name": "Mark Byrne", "team": "Maintainers" }, + "44875844+temyurchenko@users.noreply.github.com": { + "mails": [ + "artemyurchenko@zoho.com", + "44875844+temyurchenko@users.noreply.github.com" + ], + "name": "Artem Yurchenko" + }, "55152140+jayaddison@users.noreply.github.com": { "mails": ["55152140+jayaddison@users.noreply.github.com", "jay@jp-hosting.net"], "name": "James Addison" @@ -30,6 +37,10 @@ "mails": ["adam.grant.hendry@gmail.com"], "name": "Adam Hendry" }, + "akhil.kamat@gmail.com": { + "mails": ["akhil.kamat@gmail.com"], + "name": "Akhil Kamat" + }, "androwiiid@gmail.com": { "mails": ["androwiiid@gmail.com"], "name": "Paligot Gérard" diff --git a/tbump.toml b/tbump.toml index 0c98eaefb..2da0203e8 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,7 +1,7 @@ github_url = "https://github.com/pylint-dev/astroid" [version] -current = "4.0.0-dev0" +current = "4.0.0a0" regex = ''' ^(?P0|[1-9]\d*) \.