Skip to content

Commit c8b47a4

Browse files
Bump pylint to 2.15.0, update changelog
1 parent 1582e37 commit c8b47a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+166
-131
lines changed

CONTRIBUTORS.txt

+3
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ contributors:
118118
- Julien Palard <[email protected]>
119119
- David Liu <[email protected]> (david-yz-liu)
120120
- Dan Goldsmith <[email protected]>: support for msg-template in HTML reporter.
121+
- Buck Evan <[email protected]>
121122
- Mariatta Wijaya <[email protected]>
122123
* Added new check `logging-fstring-interpolation`
123124
* Documentation typo fixes
@@ -434,6 +435,7 @@ contributors:
434435
- Kevin Phillips <[email protected]>
435436
- Kevin Jing Qiu <[email protected]>
436437
- Kayran Schmidt <[email protected]>
438+
- Karthik Nadig <[email protected]>
437439
- Jürgen Hermann <[email protected]>
438440
- Jérome Perrin <[email protected]>
439441
- Josselin Feist <[email protected]>
@@ -484,6 +486,7 @@ contributors:
484486
- Dr. Nick <[email protected]>
485487
- Don Jayamanne <[email protected]>
486488
- Dmytro Kyrychuk <[email protected]>
489+
- DetachHead <[email protected]>
487490
- Denis Laxalde <[email protected]>
488491
- David Cain <[email protected]>
489492
- Danny Hermes <[email protected]>

doc/whatsnew/2/2.15/index.rst

+160

doc/whatsnew/fragments/1667.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/3694.other

-3
This file was deleted.

doc/whatsnew/fragments/3860.bugfix

-4
This file was deleted.

doc/whatsnew/fragments/3975.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/4624.false_negative

-3
This file was deleted.

doc/whatsnew/fragments/4951.false_positive

-4
This file was deleted.

doc/whatsnew/fragments/5237.other

-4
This file was deleted.

doc/whatsnew/fragments/5653.false_negative

-4
This file was deleted.

doc/whatsnew/fragments/5767.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/5776.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/5832.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/6643.false_negative

-3
This file was deleted.

doc/whatsnew/fragments/6648.false_negative

-4
This file was deleted.

doc/whatsnew/fragments/6780.new_check

-4
This file was deleted.

doc/whatsnew/fragments/6812.false_negative

-3
This file was deleted.

doc/whatsnew/fragments/6883.false_negative

-4
This file was deleted.

doc/whatsnew/fragments/6891.internal

-5
This file was deleted.

doc/whatsnew/fragments/6896.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/6905.internal

-3
This file was deleted.

doc/whatsnew/fragments/6909.false_negative

-4
This file was deleted.

doc/whatsnew/fragments/6936.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/6953.other

-3
This file was deleted.

doc/whatsnew/fragments/6974.internal

-5
This file was deleted.

doc/whatsnew/fragments/6974.other

-3
This file was deleted.

doc/whatsnew/fragments/7034.false_negative

-5
This file was deleted.

doc/whatsnew/fragments/7109.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/7153.other

-3
This file was deleted.

doc/whatsnew/fragments/7202.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/7222.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/7231.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/7246.bugfix

-3
This file was deleted.

doc/whatsnew/fragments/7267.internal

-5
This file was deleted.

doc/whatsnew/fragments/7270.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/7280.other

-3
This file was deleted.

doc/whatsnew/fragments/7300.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/7311.false_positive

-3
This file was deleted.

doc/whatsnew/fragments/7319.bugfix

-4
This file was deleted.

pylint/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from __future__ import annotations
1111

12-
__version__ = "2.15.0-a0"
12+
__version__ = "2.15.0"
1313

1414

1515
def get_numversion_from_version(v: str) -> tuple[int, int, int]:

script/.contributors_aliases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
"name": "Jacob Bogdanov"
355355
},
356356
357-
"mails": ["[email protected]"],
357+
358358
"name": "Jacob Walls",
359359
"team": "Maintainers"
360360
},

tbump.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/PyCQA/pylint"
22

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

0 commit comments

Comments
 (0)