diff --git a/pyproject.toml b/pyproject.toml index a1d5cf00d..d17a60e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ -[tool.ruff] +[tool.ruff.lint] ignore = ["E501","E711","E712"] -extend-select = ["I"] \ No newline at end of file +extend-select = ["I"]