Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 10, 2023
1 parent 60e568d commit b6eaf80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
### Stable style

<!-- Changes that affect Black's stable style -->
- Treat lines marked with common pragma markers (e.g. `# noqa`) the same as `# type: ignore` -- don't split them, but allow merging (#4039)

- Treat lines marked with common pragma markers (e.g. `# noqa`) the same as
`# type: ignore` -- don't split them, but allow merging (#4039)

### Preview style

Expand Down
2 changes: 1 addition & 1 deletion src/black/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
is_import,
is_multiline_string,
is_one_sequence_between,
is_type_comment,
is_pragma_comment,
is_type_comment,
is_with_or_async_with_stmt,
replace_child,
syms,
Expand Down

0 comments on commit b6eaf80

Please sign in to comment.