From cf67392aab07fd25066fafb02e2dfaf1b343c868 Mon Sep 17 00:00:00 2001 From: Coull Date: Tue, 17 Sep 2024 12:09:56 -0700 Subject: [PATCH] fix --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 47fe030e..d74c909c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ line-length = 100 lint.isort = { known-first-party = [ "braket", ] } -# See https://tiny.amazon.com/18sj6qd74/docsastrshruffrule for Ruff rules lint.extend-select = ["I"] lint.preview = true