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 637c2acd7d2b0e6eb6d1d32ce6447e7b9eccddb4 Author: Tomaz Muraus <[email protected]> AuthorDate: Sun Apr 14 21:40:20 2024 +0200 Update black config so it doesn't try to format secrets.py file which is not checked into repository. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e93fc21b9..1fc638f46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,6 +110,7 @@ exclude = ''' | \.git | \.virtualenv | __pycache__ + | secrets\.py )/ ) '''
