Skip to content

Commit d7b42b8

Browse files
Bump pylint to 2.9.0-dev1, update changelog
1 parent b32d703 commit d7b42b8

30 files changed

+37
-5
lines changed

pylint/__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
33
from typing import Tuple
44

5-
__version__ = "2.9.0-dev0"
5+
__version__ = "2.9.0-dev1"
66

77

88
def get_numversion_from_version(v: str) -> Tuple:

pylint/checkers/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
# Copyright (c) 2020 Benny <[email protected]>
5454
# Copyright (c) 2020 Anubhav <[email protected]>
5555
# Copyright (c) 2021 Marc Mueller <[email protected]>
56+
# Copyright (c) 2021 David Liu <[email protected]>
5657
# Copyright (c) 2021 Andreas Finkler <[email protected]>
5758
# Copyright (c) 2021 Or Bahari <[email protected]>
5859

pylint/checkers/classes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
# Copyright (c) 2019 Pascal Corpet <[email protected]>
3535
# Copyright (c) 2020 GergelyKalmar <[email protected]>
3636
# Copyright (c) 2021 Marc Mueller <[email protected]>
37+
# Copyright (c) 2021 yushao2 <[email protected]>
38+
# Copyright (c) 2021 Konstantina Saketou <[email protected]>
3739
# Copyright (c) 2021 James Sinclair <[email protected]>
3840
# Copyright (c) 2021 tiagohonorato <[email protected]>
3941

pylint/checkers/design_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
# Copyright (c) 2020 hippo91 <[email protected]>
1717
# Copyright (c) 2020 Anthony Sottile <[email protected]>
1818
# Copyright (c) 2021 Marc Mueller <[email protected]>
19+
# Copyright (c) 2021 yushao2 <[email protected]>
1920

2021
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2122
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/checkers/exceptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
# Copyright (c) 2020 hippo91 <[email protected]>
2727
# Copyright (c) 2020 Ram Rachum <[email protected]>
2828
# Copyright (c) 2020 Anthony Sottile <[email protected]>
29+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2930

3031
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
3132
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/checkers/imports.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
# Copyright (c) 2020 Peter Kolbus <[email protected]>
3535
# Copyright (c) 2020 Damien Baty <[email protected]>
3636
# Copyright (c) 2020 Anthony Sottile <[email protected]>
37+
# Copyright (c) 2021 yushao2 <[email protected]>
3738
# Copyright (c) 2021 Marc Mueller <[email protected]>
38-
# Copyright (c) 2021 Andrew Howe <[email protected]>
3939
# Copyright (c) 2021 Matus Valo <[email protected]>
40+
# Copyright (c) 2021 Andrew Howe <[email protected]>
4041

4142
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
4243
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/checkers/logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# Copyright (c) 2019 Djailla <[email protected]>
1818
# Copyright (c) 2019 Svet <[email protected]>
1919
# Copyright (c) 2020 Anthony Sottile <[email protected]>
20+
# Copyright (c) 2021 Marc Mueller <[email protected]>
2021
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
2122
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
2223

pylint/checkers/mapreduce_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2020 Frank Harrison <[email protected]>
2-
# Copyright (c) 2021 Marc Mueller <[email protected]>
32
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
3+
# Copyright (c) 2021 Marc Mueller <[email protected]>
44

55
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
66
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/checkers/python3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
# Copyright (c) 2020 Federico Bond <[email protected]>
3434
# Copyright (c) 2020 Athos Ribeiro <[email protected]>
3535
# Copyright (c) 2021 Marc Mueller <[email protected]>
36+
# Copyright (c) 2021 bot <[email protected]>
3637
# Copyright (c) 2021 Tiago Honorato <[email protected]>
3738
# Copyright (c) 2021 tiagohonorato <[email protected]>
3839
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/checkers/similar.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
# Copyright (c) 2020 Eli Fine <[email protected]>
1818
# Copyright (c) 2020 hippo91 <[email protected]>
1919
# Copyright (c) 2020 Shiv Venkatasubrahmanyam <[email protected]>
20+
# Copyright (c) 2021 bot <[email protected]>
21+
# Copyright (c) 2021 Aditya Gupta <[email protected]>
2022
# Copyright (c) 2021 Marc Mueller <[email protected]>
2123

2224
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/checkers/spelling.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# Copyright (c) 2020 Ganden Schaffner <[email protected]>
1818
# Copyright (c) 2020 hippo91 <[email protected]>
1919
# Copyright (c) 2020 Damien Baty <[email protected]>
20+
# Copyright (c) 2021 bot <[email protected]>
2021
# Copyright (c) 2021 Marc Mueller <[email protected]>
2122
# Copyright (c) 2021 Andreas Finkler <[email protected]>
2223
# Copyright (c) 2021 Eli Fine <[email protected]>

pylint/checkers/stdlib.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
# Copyright (c) 2020 hippo91 <[email protected]>
2727
# Copyright (c) 2020 谭九鼎 <[email protected]>
2828
# Copyright (c) 2020 Anthony Sottile <[email protected]>
29-
# Copyright (c) 2021 Marc Mueller <[email protected]>
3029
# Copyright (c) 2021 Matus Valo <[email protected]>
30+
# Copyright (c) 2021 victor <[email protected]>
31+
# Copyright (c) 2021 Marc Mueller <[email protected]>
3132

3233
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
3334
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/checkers/strings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# Copyright (c) 2020 谭九鼎 <[email protected]>
2626
# Copyright (c) 2020 Anthony <[email protected]>
2727
# Copyright (c) 2021 Marc Mueller <[email protected]>
28+
# Copyright (c) 2021 Peter Kolbus <[email protected]>
2829

2930

3031
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/checkers/typecheck.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
# Copyright (c) 2020 Anthony Sottile <[email protected]>
4444
# Copyright (c) 2020 Anubhav <[email protected]>
4545
# Copyright (c) 2021 Marc Mueller <[email protected]>
46+
# Copyright (c) 2021 yushao2 <[email protected]>
47+
# Copyright (c) 2021 Andrew Haigh <[email protected]>
4648
# Copyright (c) 2021 Jens H. Nielsen <[email protected]>
4749
# Copyright (c) 2021 Ikraduya Edian <[email protected]>
4850

pylint/checkers/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
# Copyright (c) 2020 Slavfox <[email protected]>
4343
# Copyright (c) 2020 Anthony Sottile <[email protected]>
4444
# Copyright (c) 2021 Marc Mueller <[email protected]>
45+
# Copyright (c) 2021 yushao2 <[email protected]>
4546

4647
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
4748
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/extensions/_check_docs_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
1414
# Copyright (c) 2019 Danny Hermes <[email protected]>
1515
# Copyright (c) 2019 Zeb Nicholls <[email protected]>
16+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1617
# Copyright (c) 2021 Pierre Sassoulas <[email protected]>
1718

1819
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/pyreverse/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2020 yeting li <[email protected]>
1111
# Copyright (c) 2020 Anthony Sottile <[email protected]>
1212
# Copyright (c) 2020 bernie gray <[email protected]>
13+
# Copyright (c) 2021 Andreas Finkler <[email protected]>
1314

1415
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1516
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

pylint/reporters/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Copyright (c) 2019, 2021 Pierre Sassoulas <[email protected]>
1515
# Copyright (c) 2020 hippo91 <[email protected]>
1616
# Copyright (c) 2020 Anthony Sottile <[email protected]>
17+
# Copyright (c) 2021 ruro <[email protected]>
1718
# Copyright (c) 2021 Marc Mueller <[email protected]>
1819

1920
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

pylint/reporters/ureports/text_writer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
44
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
55
# Copyright (c) 2020 hippo91 <[email protected]>
6+
# Copyright (c) 2021 bot <[email protected]>
67

78
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
89
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

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/PyCQA/pylint"
22

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

tests/checkers/unittest_classes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
99
# Copyright (c) 2019-2020 hippo91 <[email protected]>
1010
# Copyright (c) 2019 Ashley Whetter <[email protected]>
11+
# Copyright (c) 2021 yushao2 <[email protected]>
1112
# Copyright (c) 2021 tiagohonorato <[email protected]>
1213

1314
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

tests/checkers/unittest_similar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Copyright (c) 2020 Frank Harrison <[email protected]>
1313
# Copyright (c) 2020 Eli Fine <[email protected]>
1414
# Copyright (c) 2020 hippo91 <[email protected]>
15+
# Copyright (c) 2021 Aditya Gupta <[email protected]>
1516

1617
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1718
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/checkers/unittest_strings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
66
# Copyright (c) 2019 Ashley Whetter <[email protected]>
77
# Copyright (c) 2020 hippo91 <[email protected]>
8+
# Copyright (c) 2021 Marc Mueller <[email protected]>
89

910
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1011
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/extensions/test_check_raise_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Copyright (c) 2019 Hugo van Kemenade <[email protected]>
99
# Copyright (c) 2019 Danny Hermes <[email protected]>
1010
# Copyright (c) 2020 hippo91 <[email protected]>
11+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1112

1213
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1314
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/lint/unittest_lint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
# Copyright (c) 2020 Martin Vielsmaier <[email protected]>
2929
# Copyright (c) 2020 hippo91 <[email protected]>
3030
# Copyright (c) 2020 Damien Baty <[email protected]>
31+
# Copyright (c) 2021 Marc Mueller <[email protected]>
32+
# Copyright (c) 2021 Andreas Finkler <[email protected]>
3133

3234
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
3335
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/test_func.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# Copyright (c) 2019 Ashley Whetter <[email protected]>
1313
# Copyright (c) 2020 hippo91 <[email protected]>
1414
# Copyright (c) 2020 Anthony Sottile <[email protected]>
15+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1516

1617
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1718
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/test_import_graph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# Copyright (c) 2020 hippo91 <[email protected]>
1111
# Copyright (c) 2020 Damien Baty <[email protected]>
1212
# Copyright (c) 2020 Frank Harrison <[email protected]>
13+
# Copyright (c) 2021 Marc Mueller <[email protected]>
1314
# Copyright (c) 2021 Andrew Howe <[email protected]>
1415

1516
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

tests/test_self.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# Copyright (c) 2020 Clément Pit-Claudel <[email protected]>
2626
# Copyright (c) 2020 Anthony Sottile <[email protected]>
2727
# Copyright (c) 2021 Marc Mueller <[email protected]>
28+
# Copyright (c) 2021 Dr. Nick <[email protected]>
2829
# Copyright (c) 2021 Andreas Finkler <[email protected]>
2930
# Copyright (c) 2021 chohner <[email protected]>
3031
# Copyright (c) 2021 Louis Sautier <[email protected]>

tests/unittest_pyreverse_diadefs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# Copyright (c) 2020 hippo91 <[email protected]>
1111
# Copyright (c) 2020 Damien Baty <[email protected]>
1212
# Copyright (c) 2020 Anthony Sottile <[email protected]>
13+
# Copyright (c) 2021 Marc Mueller <[email protected]>
14+
# Copyright (c) 2021 bot <[email protected]>
1315

1416
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1517
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

tests/unittest_reporting.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]>
1010
# Copyright (c) 2019 Ashley Whetter <[email protected]>
1111
# Copyright (c) 2020 hippo91 <[email protected]>
12+
# Copyright (c) 2021 ruro <[email protected]>
1213

1314
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
1415
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE

0 commit comments

Comments
 (0)