Bogdanp/hugs

View on GitHub
hugs/repository.py

Summary

Maintainability
A
0 mins
Test Coverage

Invalid escape sequence '*'
Open

          \*filenames(tuple[str]): A list of SQL filenames.
Severity: Minor
Found in hugs/repository.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