It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
A suspicious escape sequence \* was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \d was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \d was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \. was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \d was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \. was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \d was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \. was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
A suspicious escape sequence \d was found. Did you maybe forget to add an r prefix?
Escape sequences in Python are generally interpreted according to rules similar
to standard C. Only if strings are prefixed with r or R are they interpreted
as regular expressions.
The escape sequence that was used indicates that you might have intended to write
a regular expression.
The coding style of this project requires that you add a docstring to this code element. Below, you find an example for methods:
If you would like to know more about docstrings, we recommend to read PEP-257: Docstring Conventions.