THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| [tool.black] | |
| line-length = 79 | |
| # skip-string-normalization = true |
| #!/usr/bin/python3 | |
| from contextlib import contextmanager | |
| from ast import NodeVisitor | |
| import ast | |
| import sys | |
| import glob | |
| class Flags: | |
| include_strings = True |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!