Skip to content

Commit b0b8770

Browse files
Merge pull request #2699 from pylint-dev/merge-back-maintenance
Merge maintenance in main following 3.3.9 release
2 parents 9ce08e8 + e87b4b5 commit b0b8770

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: end-of-file-fixer
1111
exclude: tests/testdata
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: "v0.9.9"
13+
rev: "v0.9.10"
1414
hooks:
1515
- id: ruff
1616
args: ["--fix"]

ChangeLog

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ Release date: TBA
3333
Closes #2513
3434

3535

36-
What's New in astroid 3.3.9?
37-
============================
36+
What's New in astroid 3.3.10?
37+
=============================
3838
Release date: TBA
3939

40-
* Fix inability to import `collections.abc` in python 3.13.1. The reported fixes in astroid 3.3.6
41-
and 3.3.7 did not actually fix this issue.
4240

43-
Closes pylint-dev/pylint#10112
41+
42+
43+
What's New in astroid 3.3.9?
44+
============================
45+
Release date: 2025-03-09
4446

4547
* Fix crash when `sys.modules` contains lazy loader objects during checking.
4648

script/.contributors_aliases.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
3+
"mails": ["[email protected]"],
4+
"name": "correctmost"
5+
},
26
37
"mails": ["[email protected]"],
48
"name": "Daniël van Noord",
@@ -109,7 +113,7 @@
109113
"name": "Jacob Bogdanov"
110114
},
111115
112-
"mails": ["[email protected]"],
116+
113117
"name": "Jacob Walls",
114118
"team": "Maintainers"
115119
},

0 commit comments

Comments
 (0)