File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -295,13 +295,13 @@ Other Changes
295
295
the class itself.
296
296
297
297
Closes #5408
298
- Refspylint -dev/astroid#1392
298
+ Refs pylint -dev/astroid#1392
299
299
300
300
* Fixed false positive for ``unused-argument `` when a method overridden in a subclass
301
301
does nothing with the value of a keyword-only argument.
302
302
303
303
Closes #5771
304
- Refspylint -dev/astroid#1382
304
+ Refs pylint -dev/astroid#1382
305
305
306
306
* Optimize parsing of long lines when ``missing-final-newline `` is enabled.
307
307
@@ -343,7 +343,7 @@ Other Changes
343
343
* Fixed a crash involving a ``NewType `` named with an f-string.
344
344
345
345
Closes #5770
346
- Refspylint -dev/astroid#1400
346
+ Refs pylint -dev/astroid#1400
347
347
348
348
* Improved ``bad-open-mode `` message when providing ``None `` to the ``mode ``
349
349
argument of an ``open() `` call.
You can’t perform that action at this time.
0 commit comments