Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.52 KB

bug_report.md

File metadata and controls

64 lines (45 loc) · 1.52 KB
name about title labels assignees
Bug report
Create a report to help us improve Black's quality
T: bug

Describe the bug

To Reproduce

For example, take this code:

this = "code"

And run it with these arguments:

$ black file.py --target-version py39

The resulting error is:

cannot format file.py: INTERNAL ERROR: ...

Expected behavior

Environment

  • Black's version:
  • OS and Python version:

Additional context