Create devnew.py #14634
Annotations
10 errors
|
Ruff (invalid-syntax):
.devcontainer/devnew.py#L7
.devcontainer/devnew.py:7:24: invalid-syntax: Expected ',', found name
|
|
Ruff (invalid-syntax):
.devcontainer/devnew.py#L7
.devcontainer/devnew.py:7:14: invalid-syntax: Expected ',', found string
|
|
Ruff (invalid-syntax):
.devcontainer/devnew.py#L7
.devcontainer/devnew.py:7:4: invalid-syntax: Expected an expression
|
|
Ruff (W191):
.devcontainer/devnew.py#L7
.devcontainer/devnew.py:7:1: W191 Indentation contains tabs
|
|
Ruff (W191):
.devcontainer/devnew.py#L6
.devcontainer/devnew.py:6:1: W191 Indentation contains tabs
|
|
Ruff (W191):
.devcontainer/devnew.py#L5
.devcontainer/devnew.py:5:1: W191 Indentation contains tabs
|
|
Ruff (W191):
.devcontainer/devnew.py#L4
.devcontainer/devnew.py:4:1: W191 Indentation contains tabs
|
|
Ruff (W191):
.devcontainer/devnew.py#L3
.devcontainer/devnew.py:3:1: W191 Indentation contains tabs
|
|
Ruff (W191):
.devcontainer/devnew.py#L2
.devcontainer/devnew.py:2:1: W191 Indentation contains tabs
|
|
Ruff (INP001):
.devcontainer/devnew.py#L1
.devcontainer/devnew.py:1:1: INP001 File `.devcontainer/devnew.py` is part of an implicit namespace package. Add an `__init__.py`.
|