Skip to content

Commit b6eaf80

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 60e568d commit b6eaf80

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGES.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
### Stable style
1010

1111
<!-- 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)
12+
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)
1315

1416
### Preview style
1517

src/black/lines.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
is_import,
2929
is_multiline_string,
3030
is_one_sequence_between,
31-
is_type_comment,
3231
is_pragma_comment,
32+
is_type_comment,
3333
is_with_or_async_with_stmt,
3434
replace_child,
3535
syms,

0 commit comments

Comments
 (0)