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 @@ -140,8 +140,8 @@ Breaking Changes
140140New Features
141141------------
142142
143- - ``comparison-of-constants `` now use the unicode from the ast instead of reformatting from
144- the node's values preventing some bad formatting due to ``utf-8 `` limitation. The message now use
143+ - ``comparison-of-constants `` now uses the unicode from the ast instead of reformatting from
144+ the node's values preventing some bad formatting due to ``utf-8 `` limitation. The message now uses
145145 ``" `` instead of ``' `` to better work with what the python ast returns.
146146
147147 Refs #8736 (`#8736 <https://github.com/pylint-dev/pylint/issues/8736 >`_)
@@ -200,7 +200,7 @@ New Features
200200
201201 Refs #10467 (`#10467 <https://github.com/pylint-dev/pylint/issues/10467 >`_)
202202
203- - Add naming styles for ParamSpec and TypeVarTuples which align with the TypeVar style.
203+ - Add naming styles for `` ParamSpec `` and `` TypeVarTuple `` that align with the `` TypeVar `` style.
204204
205205 Refs #10541 (`#10541 <https://github.com/pylint-dev/pylint/issues/10541 >`_)
206206
You can’t perform that action at this time.
0 commit comments