[PR #85] [CLOSED] Update __main__.py #420

Closed
opened 2026-02-26 12:21:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/85
Author: @NihalAgarwal
Created: 1/20/2020
Status: Closed

Base: masterHead: patch-2


📝 Commits (1)

📊 Changes

1 file changed (+7 additions, -2 deletions)

View changed files

📝 auto_py_to_exe/__main__.py (+7 -2)

📄 Description

PEP8 has some maximum line length guidelines, starting with “Limit all lines to a maximum of 79 characters” and [0-9] == \d. In your regex pattern the repetition of the same pattern i.e. [0-9]-, have a look at 'groups' in regex and you can use groups as \1, \2, which will make more beautiful and easy to read and understand regex pattern.


🔄 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/brentvollebregt/auto-py-to-exe/pull/85 **Author:** [@NihalAgarwal](https://github.com/NihalAgarwal) **Created:** 1/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-2` --- ### 📝 Commits (1) - [`c634074`](https://github.com/brentvollebregt/auto-py-to-exe/commit/c6340745c14d33170240a94abaea5fb9ba0b39a5) Update __main__.py ### 📊 Changes **1 file changed** (+7 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `auto_py_to_exe/__main__.py` (+7 -2) </details> ### 📄 Description PEP8 has some maximum line length guidelines, starting with “Limit all lines to a maximum of 79 characters” and [0-9] == \d. In your regex pattern the repetition of the same pattern i.e. [0-9]-, have a look at 'groups' in regex and you can use groups as \1, \2, which will make more beautiful and easy to read and understand regex pattern. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:21:34 +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/auto-py-to-exe#420
No description provided.