From 0159b6394bc348e8aa710b0d5db24166fb034943 Mon Sep 17 00:00:00 2001 From: Justin Newberry Date: Wed, 6 Dec 2023 15:33:17 -0800 Subject: [PATCH] ruff: ignore teleoprtc repo (#30627) ignore it old-commit-hash: 9dc8ecf722733d645e0a1492c7aff1e73908ab54 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e55e2ac60..ffbd5d43b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -190,6 +190,7 @@ exclude = [ "rednose_repo", "tinygrad_repo", "teleoprtc", + "teleoprtc_repo", "third_party", ] flake8-implicit-str-concat.allow-multiline=false