@@ -115,7 +115,7 @@ False Positives Fixed
115
115
- Fix a false positive for ``bad-dunder-name `` when there is a user-defined
116
116
``__index__ `` method.
117
117
118
- Closes #8613 (`#8613 <https://github.com/PyCQA /pylint/issues/8613 >`_)
118
+ Closes #8613 (`#8613 <https://github.com/pylint-dev /pylint/issues/8613 >`_)
119
119
120
120
121
121
@@ -126,13 +126,13 @@ Other Bug Fixes
126
126
produced by DOT printer to ensure it is not treated as field separator of
127
127
record-based nodes.
128
128
129
- Closes #8603 (`#8603 <https://github.com/PyCQA /pylint/issues/8603 >`_)
129
+ Closes #8603 (`#8603 <https://github.com/pylint-dev /pylint/issues/8603 >`_)
130
130
131
131
- Fixed a crash when generating a configuration file:
132
132
``tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key ``
133
133
caused by tomlkit ``v0.11.8 ``.
134
134
135
- Closes #8632 (`#8632 <https://github.com/PyCQA /pylint/issues/8632 >`_)
135
+ Closes #8632 (`#8632 <https://github.com/pylint-dev /pylint/issues/8632 >`_)
136
136
137
137
138
138
What's new in Pylint 2.17.3?
@@ -146,41 +146,41 @@ False Positives Fixed
146
146
- Fix `unused-argument ` false positive when `__new__ ` does not use all the
147
147
arguments of `__init__ `.
148
148
149
- Closes #3670 (`#3670 <https://github.com/PyCQA /pylint/issues/3670 >`_)
149
+ Closes #3670 (`#3670 <https://github.com/pylint-dev /pylint/issues/3670 >`_)
150
150
151
151
- Fix ``unused-import `` false positive for usage of ``six.with_metaclass ``.
152
152
153
- Closes #7506 (`#7506 <https://github.com/PyCQA /pylint/issues/7506 >`_)
153
+ Closes #7506 (`#7506 <https://github.com/pylint-dev /pylint/issues/7506 >`_)
154
154
155
155
- `logging-not-lazy ` is not longer emitted for explicitly concatenated string
156
156
arguments.
157
157
158
- Closes #8410 (`#8410 <https://github.com/PyCQA /pylint/issues/8410 >`_)
158
+ Closes #8410 (`#8410 <https://github.com/pylint-dev /pylint/issues/8410 >`_)
159
159
160
160
- Fix false positive for isinstance-second-argument-not-valid-type when union
161
161
types contains None.
162
162
163
- Closes #8424 (`#8424 <https://github.com/PyCQA /pylint/issues/8424 >`_)
163
+ Closes #8424 (`#8424 <https://github.com/pylint-dev /pylint/issues/8424 >`_)
164
164
165
165
- Fixed `unused-import ` so that it observes the `dummy-variables-rgx ` option.
166
166
167
- Closes #8500 (`#8500 <https://github.com/PyCQA /pylint/issues/8500 >`_)
167
+ Closes #8500 (`#8500 <https://github.com/pylint-dev /pylint/issues/8500 >`_)
168
168
169
169
- `Union ` typed variables without assignment are no longer treated as
170
170
`TypeAlias `.
171
171
172
- Closes #8540 (`#8540 <https://github.com/PyCQA /pylint/issues/8540 >`_)
172
+ Closes #8540 (`#8540 <https://github.com/pylint-dev /pylint/issues/8540 >`_)
173
173
174
174
- Fix false positive for ``positional-only-arguments-expected `` when a function
175
175
contains both a positional-only parameter that has a default value, and
176
176
``**kwargs ``.
177
177
178
- Closes #8555 (`#8555 <https://github.com/PyCQA /pylint/issues/8555 >`_)
178
+ Closes #8555 (`#8555 <https://github.com/pylint-dev /pylint/issues/8555 >`_)
179
179
180
180
- Fix false positive for ``keyword-arg-before-vararg `` when a positional-only
181
181
parameter with a default value precedes ``*args ``.
182
182
183
- Closes #8570 (`#8570 <https://github.com/PyCQA /pylint/issues/8570 >`_)
183
+ Closes #8570 (`#8570 <https://github.com/pylint-dev /pylint/issues/8570 >`_)
184
184
185
185
186
186
@@ -190,7 +190,7 @@ Other Bug Fixes
190
190
- Improve output of ``consider-using-generator `` message for ``min() `` calls
191
191
with ``default `` keyword.
192
192
193
- Closes #8563 (`#8563 <https://github.com/PyCQA /pylint/issues/8563 >`_)
193
+ Closes #8563 (`#8563 <https://github.com/pylint-dev /pylint/issues/8563 >`_)
194
194
195
195
196
196
What's new in Pylint 2.17.2?
@@ -205,18 +205,18 @@ False Positives Fixed
205
205
- now valid: ``Good2Name ``, ``GoodName2 ``.
206
206
- still invalid: ``_1BadName ``.
207
207
208
- Closes #8485 (`#8485 <https://github.com/PyCQA /pylint/issues/8485 >`_)
208
+ Closes #8485 (`#8485 <https://github.com/pylint-dev /pylint/issues/8485 >`_)
209
209
210
210
- No longer consider ``Union `` as type annotation as type alias for naming
211
211
checks.
212
212
213
- Closes #8487 (`#8487 <https://github.com/PyCQA /pylint/issues/8487 >`_)
213
+ Closes #8487 (`#8487 <https://github.com/pylint-dev /pylint/issues/8487 >`_)
214
214
215
215
- ``unnecessary-lambda `` no longer warns on lambdas which use its parameters in
216
216
their body (other than the final arguments), e.g.
217
217
``lambda foo: (bar if foo else baz)(foo) ``.
218
218
219
- Closes #8496 (`#8496 <https://github.com/PyCQA /pylint/issues/8496 >`_)
219
+ Closes #8496 (`#8496 <https://github.com/pylint-dev /pylint/issues/8496 >`_)
220
220
221
221
222
222
@@ -226,7 +226,7 @@ Other Bug Fixes
226
226
- Fix a crash in pyreverse when "/" characters are used in the output filename
227
227
e.g pyreverse -o png -p name/ path/to/project.
228
228
229
- Closes #8504 (`#8504 <https://github.com/PyCQA /pylint/issues/8504 >`_)
229
+ Closes #8504 (`#8504 <https://github.com/pylint-dev /pylint/issues/8504 >`_)
230
230
231
231
232
232
What's new in Pylint 2.17.1?
0 commit comments