Project Structure #6
86 errors
Pylint found 86 errors
Annotations
Check failure on line 1 in src/__init__.py
github-actions / Pylint
src/__init__.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 1 in src/config.py
github-actions / Pylint
src/config.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 1 in src/routes.py
github-actions / Pylint
src/routes.py#L1
Missing module docstring (missing-module-docstring, C0114)
Check failure on line 6 in src/routes.py
github-actions / Pylint
src/routes.py#L6
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 9 in src/routes.py
github-actions / Pylint
src/routes.py#L9
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 14 in src/routes.py
github-actions / Pylint
src/routes.py#L14
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 19 in src/routes.py
github-actions / Pylint
src/routes.py#L19
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 24 in src/routes.py
github-actions / Pylint
src/routes.py#L24
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 40 in src/routes.py
github-actions / Pylint
src/routes.py#L40
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 48 in src/routes.py
github-actions / Pylint
src/routes.py#L48
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 55 in src/routes.py
github-actions / Pylint
src/routes.py#L55
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 59 in src/routes.py
github-actions / Pylint
src/routes.py#L59
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 67 in src/routes.py
github-actions / Pylint
src/routes.py#L67
Missing function or method docstring (missing-function-docstring, C0116)
Check failure on line 70 in src/routes.py
github-actions / Pylint
src/routes.py#L70
Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)
Check failure on line 10 in src/db.py
github-actions / Pylint
src/db.py#L10
Line too long (101/100) (line-too-long, C0301)
Check failure on line 11 in src/db.py
github-actions / Pylint
src/db.py#L11
Line too long (101/100) (line-too-long, C0301)
Check failure on line 39 in src/db.py
github-actions / Pylint
src/db.py#L39
Line too long (127/100) (line-too-long, C0301)
Check failure on line 45 in src/db.py
github-actions / Pylint
src/db.py#L45
Trailing whitespace (trailing-whitespace, C0303)
Check failure on line 51 in src/db.py
github-actions / Pylint
src/db.py#L51
Line too long (101/100) (line-too-long, C0301)
Check failure on line 113 in src/db.py
github-actions / Pylint
src/db.py#L113
Line too long (105/100) (line-too-long, C0301)
Check failure on line 115 in src/db.py
github-actions / Pylint
src/db.py#L115
Line too long (117/100) (line-too-long, C0301)
Check failure on line 148 in src/db.py
github-actions / Pylint
src/db.py#L148
Line too long (101/100) (line-too-long, C0301)
Check failure on line 151 in src/db.py
github-actions / Pylint
src/db.py#L151
Line too long (101/100) (line-too-long, C0301)
Check failure on line 175 in src/db.py
github-actions / Pylint
src/db.py#L175
Trailing whitespace (trailing-whitespace, C0303)
Check failure on line 184 in src/db.py
github-actions / Pylint
src/db.py#L184
Line too long (134/100) (line-too-long, C0301)