This is an automated email from the ASF dual-hosted git repository. dahn pushed a commit to branch svgs in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit 7b4302192fedca12f0d0eedddfde9019e1f5eee5 Author: Daan Hoogland <[email protected]> AuthorDate: Wed Nov 12 08:50:32 2025 +0100 do not require eof on new line for svg --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1a7db70220..9a306d126e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -84,7 +84,7 @@ repos: ^systemvm/agent/certs/realhostip\.key$| ^test/integration/smoke/test_ssl_offloading\.py$ - id: end-of-file-fixer - exclude: \.vhd$ + exclude: \.vhd$|\.svg$ - id: file-contents-sorter args: [--unique] files: ^\.github/linters/codespell\.txt$
