Skip to content

Commit 2bde6f5

Browse files
Ref in fragments
1 parent 13b7871 commit 2bde6f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fixed unidiomatic-typecheck only checking left-hand side.
1+
Fixed :ref:`unidiomatic-typecheck` only checking left-hand side.
22

33
Closes #10217

doc/whatsnew/fragments/3585.breaking

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`invalid-name` now distinguishes module-level constants that are assigned only once
1+
:ref:`invalid-name` now distinguishes module-level constants that are assigned only once
22
from those that are reassigned and now applies `--variable-rgx` to the latter. Values
33
other than literals (lists, sets, objects) can pass against either the constant or
44
variable regexes (e.g. "LOGGER" or "logger" but not "LoGgEr").
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Fix false negative where function-redefined (E0102) was not reported for functions with a leading underscore.
1+
Fix false negative where :ref:`function-redefined` was not reported for functions with a leading underscore.
22

33
Closes #9894

0 commit comments

Comments
 (0)