Skip to content

Commit

Permalink
disabled black in pyproject.toml for all packages (#38271)
Browse files Browse the repository at this point in the history
  • Loading branch information
weirongw23-msft authored Nov 2, 2024
1 parent 34773a1 commit a1deb0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-blob-changefeed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
mypy = false
pyright = false
type_check_samples = false
black = false
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-blob/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pyright = false
type_check_samples = true
verifytypes = true
strict_sphinx = true
black = false
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-file-datalake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mypy = false
pyright = false
type_check_samples = false
verifytypes = false
black = false
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-file-share/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
mypy = true
pyright = false
type_check_samples = true
black = false
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-queue/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ mypy = true
pyright = false
type_check_samples = true
verifytypes = true
black = false

0 comments on commit a1deb0d

Please sign in to comment.