From b3070880e0c47e5b75c024c354f00a74bf2b22b0 Mon Sep 17 00:00:00 2001 From: John Parejko Date: Tue, 16 Apr 2024 09:47:47 -0700 Subject: [PATCH] Add N999 to example ruff config Our packages and modules mostly all violate this, and that's ok. --- python/examples/pyproject-ruff.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/examples/pyproject-ruff.toml b/python/examples/pyproject-ruff.toml index 1ec837f5..06e86f85 100644 --- a/python/examples/pyproject-ruff.toml +++ b/python/examples/pyproject-ruff.toml @@ -14,6 +14,7 @@ ignore = [ "N813", "N815", "N816", + "N999", ] select = [ "E", # pycodestyle