Skip to content

Project Structure

Project Structure #8

GitHub Actions / Pylint failed Aug 22, 2024 in 0s

77 errors

Pylint found 77 errors

Annotations

Check failure on line 35 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L35

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 53 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L53

Line too long (102/100) (line-too-long, C0301)

Check failure on line 86 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L86

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 120 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L120

Trailing whitespace (trailing-whitespace, C0303)

Check failure on line 157 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L157

Line too long (119/100) (line-too-long, C0301)

Check failure on line 166 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L166

Line too long (114/100) (line-too-long, C0301)

Check failure on line 288 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L288

Line too long (141/100) (line-too-long, C0301)

Check failure on line 290 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L290

Line too long (108/100) (line-too-long, C0301)

Check failure on line 356 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L356

Trailing newlines (trailing-newlines, C0305)

Check failure on line 193 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L193

TODO: put in .env file ? (fixme, W0511)

Check failure on line 288 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L288

TODO: automatico ? (fixme, W0511)

Check failure on line 1 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L1

Missing module docstring (missing-module-docstring, C0114)

Check failure on line 35 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L35

Redefining name 'secrets' from outer scope (line 5) (redefined-outer-name, W0621)

Check failure on line 28 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L28

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 29 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L29

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 34 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L34

Using open without explicitly specifying an encoding (unspecified-encoding, W1514)

Check failure on line 39 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L39

Consider using 'sys.exit' instead (consider-using-sys-exit, R1722)

Check failure on line 44 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L44

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 55 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L55

Unused argument 'ctx' (unused-argument, W0613)

Check failure on line 74 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L74

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 81 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L81

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 82 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L82

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 85 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L85

Using open without explicitly specifying an encoding (unspecified-encoding, W1514)

Check failure on line 98 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L98

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)

Check failure on line 105 in docker/vault.py

See this annotation in the file changed.

@github-actions github-actions / Pylint

docker/vault.py#L105

Use lazy % formatting in logging functions (logging-fstring-interpolation, W1203)