matheuswhite/bluebees

View on GitHub
bluebees/__main__.py

Summary

Maintainability
A
0 mins
Test Coverage

Invalid escape sequence '_'
Open

|  _ <| |   | |  | |  __| |  _ <|  __| |  __|  \___ \\
Severity: Minor
Found in bluebees/__main__.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '_'
Open

|____/|______\____/|______|____/|______|______|_____/
Severity: Minor
Found in bluebees/__main__.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '|'
Open

|  _ \| |   | |  | |  ____|  _ \|  ____|  ____|/ ____|
Severity: Minor
Found in bluebees/__main__.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

Invalid escape sequence '|'
Open

|  _ \| |   | |  | |  ____|  _ \|  ____|  ____|/ ____|
Severity: Minor
Found in bluebees/__main__.py by pep8

Invalid escape sequences are deprecated in Python 3.6.

Okay: regex = r'\.png$'
W605: regex = '\.png$'

There are no issues that match your filters.

Category
Status