We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0939ac5 commit c13b2b6Copy full SHA for c13b2b6
doc/whatsnew/4/4.0/index.rst
@@ -241,7 +241,7 @@ New Checks
241
* :ref:`match-class-positional-attributes` is emitted if a class pattern has positional
242
attributes when keywords could be used.
243
244
- Refs #10586 (`#10586 <https://github.com/pylint-dev/pylint/issues/10586>`_)
+ Refs #10587 (`#10587 <https://github.com/pylint-dev/pylint/issues/10587>`_)
245
246
- Add a ``consider-math-not-float`` message. ``float("nan")`` and ``float("inf")`` are slower
247
than their counterpart ``math.inf`` and ``math.nan`` by a factor of 4 (notwithstanding
0 commit comments