Skip to content

Commit 399b845

Browse files
committed
pyproject(ruff[lint.flake8-builtins]) Skip cmd
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-modules
1 parent 377bd47 commit 399b845

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ required-imports = [
200200

201201
[tool.ruff.lint.flake8-builtins]
202202
builtins-allowed-modules = [
203+
"cmd",
203204
"dataclasses",
204205
"subprocess",
205206
"types",

0 commit comments

Comments
 (0)