Skip to content

Commit a1deb0d

Browse files
disabled black in pyproject.toml for all packages (#38271)
1 parent 34773a1 commit a1deb0d

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

sdk/storage/azure-storage-blob-changefeed/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
mypy = false
33
pyright = false
44
type_check_samples = false
5+
black = false

sdk/storage/azure-storage-blob/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pyright = false
44
type_check_samples = true
55
verifytypes = true
66
strict_sphinx = true
7+
black = false

sdk/storage/azure-storage-file-datalake/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mypy = false
33
pyright = false
44
type_check_samples = false
55
verifytypes = false
6+
black = false

sdk/storage/azure-storage-file-share/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
mypy = true
33
pyright = false
44
type_check_samples = true
5+
black = false

sdk/storage/azure-storage-queue/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ mypy = true
33
pyright = false
44
type_check_samples = true
55
verifytypes = true
6+
black = false

0 commit comments

Comments
 (0)