===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
black-20.8b1/docs/editor_integration.md-35-Note that if you are using a virtual environment detected by PyCharm, this is an
black-20.8b1/docs/editor_integration.md:36:unneeded step. In this case the path to `black` is `$PyInterpreterDirectory$/black`.
black-20.8b1/docs/editor_integration.md-37-
##############################################
black-20.8b1/docs/editor_integration.md-52-   - Program: <install_location_from_step_2>
black-20.8b1/docs/editor_integration.md:53:   - Arguments: `"$FilePath$"`
black-20.8b1/docs/editor_integration.md-54-
##############################################
black-20.8b1/docs/editor_integration.md-70-      - Program: <install_location_from_step_2>
black-20.8b1/docs/editor_integration.md:71:      - Arguments: `$FilePath$`
black-20.8b1/docs/editor_integration.md:72:      - Output paths to refresh: `$FilePath$`
black-20.8b1/docs/editor_integration.md:73:      - Working directory: `$ProjectFileDir$`
black-20.8b1/docs/editor_integration.md-74-
##############################################
black-20.8b1/tests/data/long_strings__regression.py-256-    user_regex = _lazy_re_compile(
black-20.8b1/tests/data/long_strings__regression.py:257:        r"(^[-!#$%&'*+/=?^_`{}|~0-9A-Z]+(\.[-!#$%&'*+/=?^_`{}|~0-9A-Z]+)*\Z"  # dot-atom
black-20.8b1/tests/data/long_strings__regression.py-258-        r'|^"([\001-\010\013\014\016-\037!#-\[\]-\177]|\\[\001-\011\013\014\016-\177])*"\Z)',  # quoted-string
##############################################
black-20.8b1/tests/data/long_strings__regression.py-634-    user_regex = _lazy_re_compile(
black-20.8b1/tests/data/long_strings__regression.py:635:        r"(^[-!#$%&'*+/=?^_`{}|~0-9A-Z]+(\.[-!#$%&'*+/=?^_`{}|~0-9A-Z]+)*\Z"  # dot-atom
black-20.8b1/tests/data/long_strings__regression.py-636-        r'|^"([\001-\010\013\014\016-\037!#-\[\]-\177]|\\[\001-\011\013\014\016-\177])*"\Z)',  # quoted-string