@@ -40,7 +40,7 @@ False Positives Fixed
40
40
- Fix a false positive for ``bad-dunder-name `` when there is a user-defined
41
41
``__index__ `` method.
42
42
43
- Closes #8613 (`#8613 <http://github.com/PyCQA /pylint/issues/8613 >`_)
43
+ Closes #8613 (`#8613 <http://github.com/pylint-dev /pylint/issues/8613 >`_)
44
44
45
45
46
46
@@ -51,13 +51,13 @@ Other Bug Fixes
51
51
produced by DOT printer to ensure it is not treated as field separator of
52
52
record-based nodes.
53
53
54
- Closes #8603 (`#8603 <http://github.com/PyCQA /pylint/issues/8603 >`_)
54
+ Closes #8603 (`#8603 <http://github.com/pylint-dev /pylint/issues/8603 >`_)
55
55
56
56
- Fixed a crash when generating a configuration file:
57
57
``tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key ``
58
58
caused by tomlkit ``v0.11.8 ``.
59
59
60
- Closes #8632 (`#8632 <http://github.com/PyCQA /pylint/issues/8632 >`_)
60
+ Closes #8632 (`#8632 <http://github.com/pylint-dev /pylint/issues/8632 >`_)
61
61
62
62
63
63
What's new in Pylint 2.17.3?
@@ -71,41 +71,41 @@ False Positives Fixed
71
71
- Fix `unused-argument ` false positive when `__new__ ` does not use all the
72
72
arguments of `__init__ `.
73
73
74
- Closes #3670 (`#3670 <http://github.com/PyCQA /pylint/issues/3670 >`_)
74
+ Closes #3670 (`#3670 <http://github.com/pylint-dev /pylint/issues/3670 >`_)
75
75
76
76
- Fix ``unused-import `` false positive for usage of ``six.with_metaclass ``.
77
77
78
- Closes #7506 (`#7506 <http://github.com/PyCQA /pylint/issues/7506 >`_)
78
+ Closes #7506 (`#7506 <http://github.com/pylint-dev /pylint/issues/7506 >`_)
79
79
80
80
- `logging-not-lazy ` is not longer emitted for explicitly concatenated string
81
81
arguments.
82
82
83
- Closes #8410 (`#8410 <http://github.com/PyCQA /pylint/issues/8410 >`_)
83
+ Closes #8410 (`#8410 <http://github.com/pylint-dev /pylint/issues/8410 >`_)
84
84
85
85
- Fix false positive for isinstance-second-argument-not-valid-type when union
86
86
types contains None.
87
87
88
- Closes #8424 (`#8424 <http://github.com/PyCQA /pylint/issues/8424 >`_)
88
+ Closes #8424 (`#8424 <http://github.com/pylint-dev /pylint/issues/8424 >`_)
89
89
90
90
- Fixed `unused-import ` so that it observes the `dummy-variables-rgx ` option.
91
91
92
- Closes #8500 (`#8500 <http://github.com/PyCQA /pylint/issues/8500 >`_)
92
+ Closes #8500 (`#8500 <http://github.com/pylint-dev /pylint/issues/8500 >`_)
93
93
94
94
- `Union ` typed variables without assignment are no longer treated as
95
95
`TypeAlias `.
96
96
97
- Closes #8540 (`#8540 <http://github.com/PyCQA /pylint/issues/8540 >`_)
97
+ Closes #8540 (`#8540 <http://github.com/pylint-dev /pylint/issues/8540 >`_)
98
98
99
99
- Fix false positive for ``positional-only-arguments-expected `` when a function
100
100
contains both a positional-only parameter that has a default value, and
101
101
``**kwargs ``.
102
102
103
- Closes #8555 (`#8555 <http://github.com/PyCQA /pylint/issues/8555 >`_)
103
+ Closes #8555 (`#8555 <http://github.com/pylint-dev /pylint/issues/8555 >`_)
104
104
105
105
- Fix false positive for ``keyword-arg-before-vararg `` when a positional-only
106
106
parameter with a default value precedes ``*args ``.
107
107
108
- Closes #8570 (`#8570 <http://github.com/PyCQA /pylint/issues/8570 >`_)
108
+ Closes #8570 (`#8570 <http://github.com/pylint-dev /pylint/issues/8570 >`_)
109
109
110
110
111
111
@@ -115,7 +115,7 @@ Other Bug Fixes
115
115
- Improve output of ``consider-using-generator `` message for ``min()` calls
116
116
with ``default `` keyword.
117
117
118
- Closes #8563 (`#8563 <http://github.com/PyCQA /pylint/issues/8563 >`_)
118
+ Closes #8563 (`#8563 <http://github.com/pylint-dev /pylint/issues/8563 >`_)
119
119
120
120
121
121
What's new in Pylint 2.17.2?
@@ -130,18 +130,18 @@ False Positives Fixed
130
130
- now valid: ``Good2Name ``, ``GoodName2 ``.
131
131
- still invalid: ``_1BadName ``.
132
132
133
- Closes #8485 (`#8485 <http://github.com/PyCQA /pylint/issues/8485 >`_)
133
+ Closes #8485 (`#8485 <http://github.com/pylint-dev /pylint/issues/8485 >`_)
134
134
135
135
- No longer consider ``Union `` as type annotation as type alias for naming
136
136
checks.
137
137
138
- Closes #8487 (`#8487 <http://github.com/PyCQA /pylint/issues/8487 >`_)
138
+ Closes #8487 (`#8487 <http://github.com/pylint-dev /pylint/issues/8487 >`_)
139
139
140
140
- ``unnecessary-lambda `` no longer warns on lambdas which use its parameters in
141
141
their body (other than the final arguments), e.g.
142
142
``lambda foo: (bar if foo else baz)(foo) ``.
143
143
144
- Closes #8496 (`#8496 <http://github.com/PyCQA /pylint/issues/8496 >`_)
144
+ Closes #8496 (`#8496 <http://github.com/pylint-dev /pylint/issues/8496 >`_)
145
145
146
146
147
147
@@ -151,7 +151,7 @@ Other Bug Fixes
151
151
- Fix a crash in pyreverse when "/" characters are used in the output filename
152
152
e.g pyreverse -o png -p name/ path/to/project.
153
153
154
- Closes #8504 (`#8504 <http://github.com/PyCQA /pylint/issues/8504 >`_)
154
+ Closes #8504 (`#8504 <http://github.com/pylint-dev /pylint/issues/8504 >`_)
155
155
156
156
157
157
What's new in Pylint 2.17.1?
0 commit comments