Skip to content

Commit 7da8791

Browse files
Bump astroid to 4.0.0a0, update changelog (#2677)
1 parent 3c6516e commit 7da8791

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ repos:
6060
pass_filenames: false
6161
require_serial: true
6262
additional_dependencies: ["types-typed-ast"]
63-
- repo: https://github.com/pre-commit/mirrors-prettier
64-
rev: v4.0.0-alpha.8
63+
- repo: https://github.com/rbubley/mirrors-prettier
64+
rev: v3.4.2
6565
hooks:
6666
- id: prettier
6767
args: [--prose-wrap=always, --print-width=88]

CONTRIBUTORS.txt

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Contributors
3636
- Andrew Haigh <[email protected]>
3737
- Julien Cristau <[email protected]>
3838
- David Liu <[email protected]>
39+
- Artem Yurchenko <[email protected]>
3940
- Alexandre Fayolle <[email protected]>
4041
- Eevee (Alex Munroe) <[email protected]>
41-
- temyurchenko <[email protected]>
4242
- David Gilman <[email protected]>
4343
- Tushar Sadhwani <[email protected]>
4444
- Julien Jehannet <[email protected]>
4545
- Calen Pennington <[email protected]>
4646
- Antonio <[email protected]>
4747
- Hugo van Kemenade <[email protected]>
48-
- Artem Yurchenko <artemyurchenko@zoho.com>
48+
- Akhil Kamat <akhil.kamat@gmail.com>
4949
- Tim Martin <[email protected]>
5050
- Phil Schaf <[email protected]>
5151
- Alex Hall <[email protected]>
@@ -58,7 +58,6 @@ Contributors
5858
- David Shea <[email protected]>
5959
- Daniel Harding <[email protected]>
6060
- Christian Clauss <[email protected]>
61-
- Akhil Kamat <[email protected]>
6261
- Ville Skyttä <[email protected]>
6362
- Rene Zhang <[email protected]>
6463
- Philip Lorenz <[email protected]>
@@ -76,7 +75,6 @@ Contributors
7675
7776
- doranid <[email protected]>
7877
- brendanator <[email protected]>
79-
- akamat10 <[email protected]>
8078
- Tomas Gavenciak <[email protected]>
8179
- Tim Paine <[email protected]>
8280
- Thomas Hisch <[email protected]>
@@ -215,9 +213,3 @@ under this name, or we did not manage to find their commits in the history.
215213
- carl
216214
- alain lefroy
217215
- Mark Gius
218-
- Jérome Perrin <[email protected]>
219-
- Jamie Scott <[email protected]>
220-
- correctmost <[email protected]>
221-
- Oleh Prypin <[email protected]>
222-
- Eric Vergnaud <[email protected]>
223-
- Hashem Nasarat <[email protected]>

astroid/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# For details: https://github.com/pylint-dev/astroid/blob/main/LICENSE
33
# Copyright (c) https://github.com/pylint-dev/astroid/blob/main/CONTRIBUTORS.txt
44

5-
__version__ = "4.0.0-dev0"
5+
__version__ = "4.0.0a0"
66
version = __version__

script/.contributors_aliases.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
"name": "Mark Byrne",
1919
"team": "Maintainers"
2020
},
21+
22+
"mails": [
23+
24+
25+
],
26+
"name": "Artem Yurchenko"
27+
},
2128
2229
2330
"name": "James Addison"
@@ -30,6 +37,10 @@
3037
"mails": ["[email protected]"],
3138
"name": "Adam Hendry"
3239
},
40+
41+
"mails": ["[email protected]"],
42+
"name": "Akhil Kamat"
43+
},
3344
3445
"mails": ["[email protected]"],
3546
"name": "Paligot Gérard"

tbump.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/pylint-dev/astroid"
22

33
[version]
4-
current = "4.0.0-dev0"
4+
current = "4.0.0a0"
55
regex = '''
66
^(?P<major>0|[1-9]\d*)
77
\.

0 commit comments

Comments
 (0)