This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit b2bcef0772457569aa340071726e1f0b1963c241
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Apr 14 21:37:47 2024 +0200

    Fix black config - use correct config key name.
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 8887c0950..e93fc21b9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -104,7 +104,7 @@ universal = true
 line_length = 100
 target_version = ['py37', 'py38', 'py39', 'py310', 'py311']
 include = '\.pyi?$'
-extended_exclude = '''
+exclude = '''
 (
     /(
         | \.git

Reply via email to