[PR #84] [CLOSED] python language tidyups as per comments in https://github.com/initialcommit-com/git-sim/pull/12 #90

Closed
opened 2026-03-02 16:48:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/initialcommit-com/git-sim/pull/84
Author: @marksmayo
Created: 4/19/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

22 files changed (+239 additions, -166 deletions)

View changed files

📝 git_sim/__main__.py (+7 -7)
📝 git_sim/add.py (+7 -5)
📝 git_sim/animations.py (+4 -3)
📝 git_sim/checkout.py (+7 -5)
📝 git_sim/cherrypick.py (+5 -4)
📝 git_sim/clone.py (+8 -8)
📝 git_sim/commands.py (+8 -8)
📝 git_sim/commit.py (+4 -3)
📝 git_sim/fetch.py (+11 -8)
📝 git_sim/git_sim_base_command.py (+69 -41)
📝 git_sim/log.py (+3 -3)
📝 git_sim/merge.py (+14 -10)
📝 git_sim/pull.py (+7 -7)
📝 git_sim/push.py (+18 -15)
📝 git_sim/rebase.py (+10 -7)
📝 git_sim/reset.py (+11 -3)
📝 git_sim/restore.py (+7 -5)
📝 git_sim/revert.py (+10 -4)
📝 git_sim/settings.py (+1 -1)
📝 git_sim/stash.py (+17 -13)

...and 2 more files

📄 Description


🔄 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/initialcommit-com/git-sim/pull/84 **Author:** [@marksmayo](https://github.com/marksmayo) **Created:** 4/19/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`886542a`](https://github.com/initialcommit-com/git-sim/commit/886542ab29960f74145ea9bdd61fee50b2416537) python language tidyups ### 📊 Changes **22 files changed** (+239 additions, -166 deletions) <details> <summary>View changed files</summary> 📝 `git_sim/__main__.py` (+7 -7) 📝 `git_sim/add.py` (+7 -5) 📝 `git_sim/animations.py` (+4 -3) 📝 `git_sim/checkout.py` (+7 -5) 📝 `git_sim/cherrypick.py` (+5 -4) 📝 `git_sim/clone.py` (+8 -8) 📝 `git_sim/commands.py` (+8 -8) 📝 `git_sim/commit.py` (+4 -3) 📝 `git_sim/fetch.py` (+11 -8) 📝 `git_sim/git_sim_base_command.py` (+69 -41) 📝 `git_sim/log.py` (+3 -3) 📝 `git_sim/merge.py` (+14 -10) 📝 `git_sim/pull.py` (+7 -7) 📝 `git_sim/push.py` (+18 -15) 📝 `git_sim/rebase.py` (+10 -7) 📝 `git_sim/reset.py` (+11 -3) 📝 `git_sim/restore.py` (+7 -5) 📝 `git_sim/revert.py` (+10 -4) 📝 `git_sim/settings.py` (+1 -1) 📝 `git_sim/stash.py` (+17 -13) _...and 2 more files_ </details> ### 📄 Description - trailing commas added - imports sorted - removed redundant f-string prefixes - simplified a conditional this is a follow-up to https://github.com/initialcommit-com/git-sim/pull/12 comments --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 16:48:08 +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/git-sim#90
No description provided.