From f7e9d382166788a9f9ae9081bd68a3c065046b84 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:18:53 -0400 Subject: [PATCH] chore: Remove unused ruff configuration --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 03255bf..3455c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,9 +14,6 @@ ignore = [ "PTH", ] -[tool.ruff.lint.flake8-builtins] -builtins-ignorelist = ["copyright"] - [tool.ruff.lint.flake8-unused-arguments] ignore-variadic-names = true