DTNETCKQOYKWBQCHFC3EUTRFBHB4E3VZVCBRN6OFD6KWTBR3W5RQC
MOBILE_EXAMPLE_STRING = 'Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/8.3b5826 Mobile/14G60 Safari/603.3.8' # noqa
DESKTOP_EXAMPLE_STRING = 'Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36' # noqa
MOBILE_EXAMPLE_STRING = "Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) FxiOS/8.3b5826 Mobile/14G60 Safari/603.3.8" # noqa
DESKTOP_EXAMPLE_STRING = "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36" # noqa
elif '--top-' in arg:
heap_size = int(''.join(filter(str.isdigit, arg)) or heap_size) # prevent ValueError if no number
elif arg in ('-c', '--count'):
elif "--top-" in arg:
heap_size = int(
"".join(filter(str.isdigit, arg)) or heap_size
) # prevent ValueError if no number
elif arg in ("-c", "--count"):
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black