Skip to content

Commit f9e0f33

Browse files
authored
Merge pull request #1986 from PyCQA/document-f542
document F542
2 parents 70a15b8 + 6bcdb62 commit f9e0f33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/user/error-codes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ generates its own :term:`error code`\ s for ``pyflakes``:
5959
+------+---------------------------------------------------------------------+
6060
| F541 | f-string without any placeholders |
6161
+------+---------------------------------------------------------------------+
62+
| F542 | t-string without any placeholders |
63+
+------+---------------------------------------------------------------------+
6264
+------+---------------------------------------------------------------------+
6365
| F601 | dictionary key ``name`` repeated with different values |
6466
+------+---------------------------------------------------------------------+

0 commit comments

Comments
 (0)