Skip to content

Issues: psf/black

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Line too long: Long from import F: linetoolong Black makes our lines too long T: bug Something isn't working
#4177 opened Jan 26, 2024 by marianatuma
Black fails to keep within line length limit when using named parameters F: linetoolong Black makes our lines too long T: bug Something isn't working
#4040 opened Nov 11, 2023 by dechamps
Long string in return annotation does not get split if there's parameters F: linetoolong Black makes our lines too long T: bug Something isn't working
#3926 opened Oct 6, 2023 by jakkdl
Black 23.9.1 reformat already clean code expression and creates a line too long F: linetoolong Black makes our lines too long T: bug Something isn't working
#3925 opened Oct 6, 2023 by LLyaudet
Line breaking long sequence of assignments F: linetoolong Black makes our lines too long T: style What do we want Blackened code to look like?
#3789 opened Jul 13, 2023 by piotro888
Black doesn't split too long for-in in list comprehension F: linebreak How should we split up lines? F: linetoolong Black makes our lines too long T: bug Something isn't working
#3498 opened Jan 15, 2023 by AdeliManesh
Black not line wrapping tuples with long strings F: linetoolong Black makes our lines too long F: strings Related to our handling of strings T: bug Something isn't working
#3086 opened May 25, 2022 by hauntsaninja
Line too long: Keyword argument F: linetoolong Black makes our lines too long T: bug Something isn't working
#2893 opened Feb 21, 2022 by Redjest
Line too long: Attribute chain on left hand side of assignment F: linebreak How should we split up lines? F: linetoolong Black makes our lines too long T: style What do we want Blackened code to look like?
#2434 opened Aug 20, 2021 by glyph
Line too long: Long triple-quoted string F: linetoolong Black makes our lines too long F: strings Related to our handling of strings T: style What do we want Blackened code to look like?
#1617 opened Aug 22, 2020 by brettcannon
Line too long: Multi-line global F: linetoolong Black makes our lines too long T: style What do we want Blackened code to look like?
#1357 opened Apr 23, 2020 by YodaEmbedding
Line too long: Lambda with many parameters F: linetoolong Black makes our lines too long T: style What do we want Blackened code to look like?
#809 opened Apr 18, 2019 by mikelane
Line too long: Attribute chain F: linetoolong Black makes our lines too long T: style What do we want Blackened code to look like?
#510 opened Sep 13, 2018 by decibyte
ProTip! Exclude everything labeled bug with -label:bug.