EIR-2834: Migrate commits from gitlab to github.

This commit is contained in:
Anchal Agarwal 2025-06-13 00:24:12 +05:30
commit c17251defb
4 changed files with 360 additions and 2 deletions

View file

@ -208,5 +208,10 @@
entry: trailing-whitespace-fixer
language: python
types: [text]
stages: [pre-commit, pre-push, manual]
stages: [pre-commit, pre-push, manual, commit, push]
minimum_pre_commit_version: 3.2.0
- id: notify-duplicate-entry
name: Notify duplicate entry
description: Notifies duplicate entry in the same file
entry: notify-duplicate-entry
language: python