diff --git a/pyproject.toml b/pyproject.toml index 37d83202..f2900ee7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,8 +63,8 @@ filterwarnings = [ [tool.ruff] line-length = 120 -select = ["E", "F", "W", "C90", "I", "UP"] -src = ["src"] +lint.select = ["E", "F", "W", "C90", "I", "UP"] +lint.src = ["src"] # Version to target for generated code. target-version = "py38" @@ -72,4 +72,4 @@ target-version = "py38" [tool.ruff.mccabe] # Flag errors (`C901`) whenever the complexity level exceeds 25. # Defaults to 10, but we're being very flexible right now -max-complexity = 25 \ No newline at end of file +max-complexity = 25