mirror of
https://github.com/cs01/termpair.git
synced 2026-04-26 04:55:55 +03:00
[PR #106] [MERGED] add pre commit file and run pre-commit run --all-files #106
Labels
No labels
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termpair#106
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:cs01/add-precommit📝 Commits (1)
a41e35eadd 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
CHANGELOG.mdSummary of changes
Add pre-commit to run hooks each time a commit is made.
Test plan
Tested by running
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.