Commit 399b845
committed
pyproject(ruff[lint.flake8-builtins]) Skip
uv run ruff check .
src/libvcs/cmd/__init__.py:1:1: A005 Module `cmd` shadows a Python standard-library module
tests/cmd/__init__.py:1:1: A005 Module `cmd` shadows a Python standard-library module
Found 2 errors.
See also: https://docs.astral.sh/ruff/settings/#lint_flake8-builtins_builtins-allowed-modulescmd
1 parent 377bd47 commit 399b845
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
203 | 204 | | |
204 | 205 | | |
205 | 206 | | |
| |||
0 commit comments