Skip to content

Removed duplicate TOML key [tool.ruff.lint.mccabe] - #33

Open
s-vrla wants to merge 1 commit into
CodeCutTech:mainfrom
s-vrla:patch-1
Open

Removed duplicate TOML key [tool.ruff.lint.mccabe]#33
s-vrla wants to merge 1 commit into
CodeCutTech:mainfrom
s-vrla:patch-1

Conversation

@s-vrla

@s-vrla s-vrla commented Sep 6, 2026

Copy link
Copy Markdown

Duplicate key caused the following error during set-up:

```warning: Failed to parse pyproject.toml during settings discovery:
TOML parse error at line 80, column 17
|
80 | [tool.ruff.lint.mccabe]
| ^^^^^^
duplicate key

Duplicate key caused the following error during set-up, because this was in the TOML twice:
```warning: Failed to parse `pyproject.toml` during settings discovery:
  TOML parse error at line 80, column 17
     |
  80 | [tool.ruff.lint.mccabe]
     |                 ^^^^^^
  duplicate key
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant