WtfJoke/kult-lunchbot

View on GitHub
menu/koelle_textractor.py

Summary

Maintainability
A
0 mins
Test Coverage

Invalid escape sequence '.'
Open

    DAY_DATE_PATTERN = re.compile("(\\w+),\\s(\\d\\d\.\\d\\d\\.\\d\\d\\d\\d)")
Severity: Minor
Found in menu/koelle_textractor.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