Skip to content

Commit 67fe4c0

Browse files
Merge branch 'maintenance/2.14.x' into main following 2.14.1 release
2 parents 41cdc52 + 6447553 commit 67fe4c0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/primer_run_pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
- "!.github/workflows/primer_run_main.yaml"
1717
- "!.github/workflows/primer_comment.yaml"
1818
- "!tests/primer/packages_to_prime.json"
19+
branches-ignore:
20+
- "maintenance/**"
1921

2022
concurrency:
2123
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

CONTRIBUTORS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ contributors:
9595
- Derek Gustafson <[email protected]>
9696
- Cezar Elnazli <[email protected]>: deprecated-method
9797
- Joseph Young <[email protected]> (jpy-git)
98-
- Nicolas Chauvat <[email protected]>
9998
- Tim Martin <[email protected]>
99+
- Nicolas Chauvat <[email protected]>
100100
- Radu Ciorba <[email protected]>: not-context-manager and confusing-with-statement warnings.
101101
- Holger Peters <[email protected]>
102102
- Cosmin Poieană <[email protected]>: unichr-builtin and improvements to bad-open-mode.

doc/whatsnew/2/2.14/full.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
Full changelog
22
==============
33

4-
What's New in Pylint 2.14.1?
4+
What's New in Pylint 2.14.2?
55
----------------------------
66
Release date: TBA
77

8+
9+
What's New in Pylint 2.14.1?
10+
----------------------------
11+
Release date: 2022-06-06
12+
813
* Avoid reporting ``unnecessary-dict-index-lookup`` or ``unnecessary-list-index-lookup``
914
when the index lookup is part of a destructuring assignment.
1015

0 commit comments

Comments
 (0)