[PR #106] [MERGED] add pre commit file and run pre-commit run --all-files #106

Closed
opened 2026-03-03 01:21:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cs01/termpair/pull/106
Author: @cs01
Created: 6/22/2022
Status: Merged
Merged: 6/22/2022
Merged by: @cs01

Base: masterHead: cs01/add-precommit


📝 Commits (1)

  • a41e35e add pre commit file and run pre-commit run --all-files

📊 Changes

19 files changed (+84 additions, -40 deletions)

View changed files

📝 .flake8 (+1 -1)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+1 -1)
.pre-commit-config.yaml (+41 -0)
📝 .vscode/extensions.json (+1 -1)
📝 .vscode/settings.json (+1 -1)
📝 CHANGELOG.md (+1 -0)
📝 Dockerfile (+1 -1)
📝 LICENSE (+1 -1)
📝 MANIFEST.in (+2 -1)
📝 docs/termpair_architecture.excalidraw (+1 -1)
📝 setup.py (+3 -2)
📝 termpair/encryption.py (+2 -2)
📝 termpair/frontend_src/src/index.css (+1 -1)
📝 termpair/main.py (+5 -4)
📝 termpair/server.py (+4 -7)
📝 termpair/share.py (+7 -6)
📝 termpair/utils.py (+3 -3)
📝 tests/test_e2e.py (+6 -5)
📝 tests/test_server.py (+2 -2)

📄 Description

  • I have added an entry to CHANGELOG.md

Summary of changes

Add pre-commit to run hooks each time a commit is made.

Test plan

Tested by running

pre-commit install
git commit

🔄 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/cs01/termpair/pull/106 **Author:** [@cs01](https://github.com/cs01) **Created:** 6/22/2022 **Status:** ✅ Merged **Merged:** 6/22/2022 **Merged by:** [@cs01](https://github.com/cs01) **Base:** `master` ← **Head:** `cs01/add-precommit` --- ### 📝 Commits (1) - [`a41e35e`](https://github.com/cs01/termpair/commit/a41e35e2e9747d73dad6f9d80811466cfeb891a6) add pre commit file and run pre-commit run --all-files ### 📊 Changes **19 files changed** (+84 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `.flake8` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+1 -1) ➕ `.pre-commit-config.yaml` (+41 -0) 📝 `.vscode/extensions.json` (+1 -1) 📝 `.vscode/settings.json` (+1 -1) 📝 `CHANGELOG.md` (+1 -0) 📝 `Dockerfile` (+1 -1) 📝 `LICENSE` (+1 -1) 📝 `MANIFEST.in` (+2 -1) 📝 `docs/termpair_architecture.excalidraw` (+1 -1) 📝 `setup.py` (+3 -2) 📝 `termpair/encryption.py` (+2 -2) 📝 `termpair/frontend_src/src/index.css` (+1 -1) 📝 `termpair/main.py` (+5 -4) 📝 `termpair/server.py` (+4 -7) 📝 `termpair/share.py` (+7 -6) 📝 `termpair/utils.py` (+3 -3) 📝 `tests/test_e2e.py` (+6 -5) 📝 `tests/test_server.py` (+2 -2) </details> ### 📄 Description <!-- add an 'x' in the brackets below --> * [x] I have added an entry to `CHANGELOG.md` ## Summary of changes Add pre-commit to run hooks each time a commit is made. ## Test plan <!-- provide evidence of testing, preferably with command(s) that can be copy+pasted by others --> Tested by running ``` pre-commit install git commit ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:21:39 +03: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
starred/termpair#106
No description provided.