This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch pip_audit_gha_check in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 411048b16bc09793aa6b0f3953c2fa4cc4b71456 Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Fri Sep 2 20:55:38 2022 +0200 Update ignored directories. --- scripts/check_asf_license_headers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_asf_license_headers.py b/scripts/check_asf_license_headers.py index 961826b47..e8df041b1 100755 --- a/scripts/check_asf_license_headers.py +++ b/scripts/check_asf_license_headers.py @@ -37,6 +37,7 @@ IGNORED_PATHS = [ 'build', 'dist', 'docs', + 'venv/', 'libcloud/utils/iso8601.py' ]