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

sebbASF pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new a8eb3a3b Add Python files to pre-commit config file types
a8eb3a3b is described below

commit a8eb3a3b734a88b760544f76340a5b4b63957bf4
Author: Sebb <[email protected]>
AuthorDate: Tue Jun 9 17:29:55 2026 +0100

    Add Python files to pre-commit config file types
---
 .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 1390628c..c8dca6ac 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
     - id: check-yaml
     - id: detect-private-key
     - id: end-of-file-fixer
-      files: \.(cgi|rb|ya?ml)$
+      files: \.(cgi|rb|ya?ml|py)$
     - id: fix-byte-order-marker
     - id: forbid-submodules
     - id: mixed-line-ending

Reply via email to