We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60e568d commit b6eaf80Copy full SHA for b6eaf80
CHANGES.md
@@ -9,7 +9,9 @@
9
### Stable style
10
11
<!-- Changes that affect Black's stable style -->
12
-- Treat lines marked with common pragma markers (e.g. `# noqa`) the same as `# type: ignore` -- don't split them, but allow merging (#4039)
+
13
+- Treat lines marked with common pragma markers (e.g. `# noqa`) the same as
14
+ `# type: ignore` -- don't split them, but allow merging (#4039)
15
16
### Preview style
17
src/black/lines.py
@@ -28,8 +28,8 @@
28
is_import,
29
is_multiline_string,
30
is_one_sequence_between,
31
- is_type_comment,
32
is_pragma_comment,
+ is_type_comment,
33
is_with_or_async_with_stmt,
34
replace_child,
35
syms,
0 commit comments