[PR #347] [CLOSED] feat: use pre-commit for development convenience #12502

Closed
opened 2026-03-24 21:41:12 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/347
Author: @PabloCastellano
Created: 2/17/2022
Status: Closed

Base: mainHead: pre-commit


📝 Commits (1)

  • 06b7e58 feat: use pre-commit for development convenience

📊 Changes

1 file changed (+9 additions, -0 deletions)

View changed files

.pre-commit-config.yaml (+9 -0)

📄 Description

pre-commit is a great tool for development which can run some prepared hooks during git commit. This change allows pre-commit usage to check commit messages format using commitlint.

Instructions to enable:

pip install pre-commit --user
pre-commit install
pre-commit install --hook-type commit-msg

Documentation PR: https://github.com/AppFlowy-IO/docs/pull/6


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/347 **Author:** [@PabloCastellano](https://github.com/PabloCastellano) **Created:** 2/17/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pre-commit` --- ### 📝 Commits (1) - [`06b7e58`](https://github.com/AppFlowy-IO/AppFlowy/commit/06b7e58e3fefbec075d5c00b0a080acd12df95dc) feat: use pre-commit for development convenience ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.pre-commit-config.yaml` (+9 -0) </details> ### 📄 Description pre-commit is a great tool for development which can run some prepared hooks during `git commit`. This change allows pre-commit usage to check commit messages format using commitlint. Instructions to enable: ``` pip install pre-commit --user pre-commit install pre-commit install --hook-type commit-msg ``` Documentation PR: https://github.com/AppFlowy-IO/docs/pull/6 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-24 21:41:12 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#12502
No description provided.