[PR #457] [MERGED] Setup auto formatting #472

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

📋 Pull Request Information

Original PR: https://github.com/brentvollebregt/auto-py-to-exe/pull/457
Author: @brentvollebregt
Created: 1/26/2024
Status: Merged
Merged: 1/26/2024
Merged by: @brentvollebregt

Base: masterHead: setup-auto-formatting


📝 Commits (3)

  • 3c177b5 Setup ruff and prettier
  • 66809cd Reformat files using ruff and prettier
  • a84ef8a Fix ruff linting issues and sort imports

📊 Changes

51 files changed (+4263 additions, -3964 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -1)
📝 .github/ISSUE_TEMPLATE/config.yml (+3 -3)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+1 -1)
.github/workflows/check-formatting.yml (+29 -0)
📝 .github/workflows/publish.yml (+8 -8)
📝 .github/workflows/test.yml (+2 -2)
📝 .gitignore (+1 -0)
.prettierignore (+5 -0)
.prettierrc (+6 -0)
📝 .vscode/extensions.json (+6 -1)
📝 .vscode/launch.json (+10 -10)
📝 .vscode/settings.json (+14 -7)
📝 CHANGELOG.md (+33 -8)
📝 CONTRIBUTING.md (+8 -0)
📝 README-Bulgarian.md (+36 -20)
📝 README-Chinese.md (+29 -16)
📝 README-Finnish.md (+29 -12)
📝 README-Korean.md (+36 -20)
📝 README-Persian.md (+50 -32)
📝 README-Turkish.md (+37 -21)

...and 31 more files

📄 Description

Summary

  • Setup Ruff for Python formatting and linting
  • Setup Prettier for JavaScript (and more) formatting
  • Ran formatters
  • Fixed Ruff linting
  • Added GitHub Action to check these are used on each push

🔄 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/457 **Author:** [@brentvollebregt](https://github.com/brentvollebregt) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@brentvollebregt](https://github.com/brentvollebregt) **Base:** `master` ← **Head:** `setup-auto-formatting` --- ### 📝 Commits (3) - [`3c177b5`](https://github.com/brentvollebregt/auto-py-to-exe/commit/3c177b54c99e1868d3cd8cedb129b41be9f5f36b) Setup ruff and prettier - [`66809cd`](https://github.com/brentvollebregt/auto-py-to-exe/commit/66809cd79ae33c0a1b76fb7be2a2ee88216a647e) Reformat files using ruff and prettier - [`a84ef8a`](https://github.com/brentvollebregt/auto-py-to-exe/commit/a84ef8a5fb9866aafbbff36c066b48db8d7d948e) Fix ruff linting issues and sort imports ### 📊 Changes **51 files changed** (+4263 additions, -3964 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -1) 📝 `.github/ISSUE_TEMPLATE/config.yml` (+3 -3) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+1 -1) ➕ `.github/workflows/check-formatting.yml` (+29 -0) 📝 `.github/workflows/publish.yml` (+8 -8) 📝 `.github/workflows/test.yml` (+2 -2) 📝 `.gitignore` (+1 -0) ➕ `.prettierignore` (+5 -0) ➕ `.prettierrc` (+6 -0) 📝 `.vscode/extensions.json` (+6 -1) 📝 `.vscode/launch.json` (+10 -10) 📝 `.vscode/settings.json` (+14 -7) 📝 `CHANGELOG.md` (+33 -8) 📝 `CONTRIBUTING.md` (+8 -0) 📝 `README-Bulgarian.md` (+36 -20) 📝 `README-Chinese.md` (+29 -16) 📝 `README-Finnish.md` (+29 -12) 📝 `README-Korean.md` (+36 -20) 📝 `README-Persian.md` (+50 -32) 📝 `README-Turkish.md` (+37 -21) _...and 31 more files_ </details> ### 📄 Description **Summary** - Setup Ruff for Python formatting and linting - Setup Prettier for JavaScript (and more) formatting - Ran formatters - Fixed Ruff linting - Added GitHub Action to check these are used on each push --- <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:46 +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#472
No description provided.