From a1deb0d78b760e139f1579e907eb9dd9d4763450 Mon Sep 17 00:00:00 2001 From: Peter Wu <162184229+weirongw23-msft@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:34:00 -0400 Subject: [PATCH] disabled black in pyproject.toml for all packages (#38271) --- sdk/storage/azure-storage-blob-changefeed/pyproject.toml | 1 + sdk/storage/azure-storage-blob/pyproject.toml | 1 + sdk/storage/azure-storage-file-datalake/pyproject.toml | 1 + sdk/storage/azure-storage-file-share/pyproject.toml | 1 + sdk/storage/azure-storage-queue/pyproject.toml | 1 + 5 files changed, 5 insertions(+) diff --git a/sdk/storage/azure-storage-blob-changefeed/pyproject.toml b/sdk/storage/azure-storage-blob-changefeed/pyproject.toml index 05ee5668ed6a..6b5bea8d0363 100644 --- a/sdk/storage/azure-storage-blob-changefeed/pyproject.toml +++ b/sdk/storage/azure-storage-blob-changefeed/pyproject.toml @@ -2,3 +2,4 @@ mypy = false pyright = false type_check_samples = false +black = false diff --git a/sdk/storage/azure-storage-blob/pyproject.toml b/sdk/storage/azure-storage-blob/pyproject.toml index 7ecdec4f12ba..34719d6d26b0 100644 --- a/sdk/storage/azure-storage-blob/pyproject.toml +++ b/sdk/storage/azure-storage-blob/pyproject.toml @@ -4,3 +4,4 @@ pyright = false type_check_samples = true verifytypes = true strict_sphinx = true +black = false diff --git a/sdk/storage/azure-storage-file-datalake/pyproject.toml b/sdk/storage/azure-storage-file-datalake/pyproject.toml index ff779a518143..8521ec8a46b8 100644 --- a/sdk/storage/azure-storage-file-datalake/pyproject.toml +++ b/sdk/storage/azure-storage-file-datalake/pyproject.toml @@ -3,3 +3,4 @@ mypy = false pyright = false type_check_samples = false verifytypes = false +black = false diff --git a/sdk/storage/azure-storage-file-share/pyproject.toml b/sdk/storage/azure-storage-file-share/pyproject.toml index 49f351cfcef9..b04c8ccc0c0e 100644 --- a/sdk/storage/azure-storage-file-share/pyproject.toml +++ b/sdk/storage/azure-storage-file-share/pyproject.toml @@ -2,3 +2,4 @@ mypy = true pyright = false type_check_samples = true +black = false diff --git a/sdk/storage/azure-storage-queue/pyproject.toml b/sdk/storage/azure-storage-queue/pyproject.toml index 78755ba24174..508be0fa97ba 100644 --- a/sdk/storage/azure-storage-queue/pyproject.toml +++ b/sdk/storage/azure-storage-queue/pyproject.toml @@ -3,3 +3,4 @@ mypy = true pyright = false type_check_samples = true verifytypes = true +black = false