[PR #161] [MERGED] PEP-8 enforcement #805

Closed
opened 2026-02-25 20:36:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/161
Author: @benbusby
Created: 12/17/2020
Status: Merged
Merged: 12/17/2020
Merged by: @benbusby

Base: developHead: feature/pep8


📝 Commits (8)

  • 06d1274 PEP-8: Fix formatting for request class and routes
  • 3350e54 PEP-8: Update max line len to 79
  • cb0b886 PEP-8: Fix formatting in config model and utils
  • dd56ca9 PEP-8: pep8 -> pycodestyle, fix init
  • 92d94d9 PEP-8: Fix filter class formatting
  • 2533b7f PEP-8: Fix test formatting
  • 9db8ff5 PEP-8: Add github action for pep8
  • 3047011 Merge branch 'develop' into feature/pep8

📊 Changes

10 files changed (+330 additions, -158 deletions)

View changed files

.github/workflows/pep8.yml (+22 -0)
📝 app/__init__.py (+24 -9)
📝 app/filter.py (+47 -26)
📝 app/models/config.py (+14 -10)
📝 app/request.py (+51 -28)
📝 app/routes.py (+120 -55)
📝 app/utils/filter_utils.py (+10 -7)
📝 app/utils/routing_utils.py (+34 -18)
📝 requirements.txt (+1 -0)
📝 test/test_results.py (+7 -5)

📄 Description

The formatting of the code base has been a bit inconsistent. This wraps up all remaining PEP-8 formatting issues and introduces a new CI workflow for ensuring all pushes adhere to the proper format.


🔄 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/benbusby/whoogle-search/pull/161 **Author:** [@benbusby](https://github.com/benbusby) **Created:** 12/17/2020 **Status:** ✅ Merged **Merged:** 12/17/2020 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `develop` ← **Head:** `feature/pep8` --- ### 📝 Commits (8) - [`06d1274`](https://github.com/benbusby/whoogle-search/commit/06d1274562e941b9a8a033578b02698f4397498f) PEP-8: Fix formatting for request class and routes - [`3350e54`](https://github.com/benbusby/whoogle-search/commit/3350e548354a8cf3341f8ceb9cba9edafbf66b7c) PEP-8: Update max line len to 79 - [`cb0b886`](https://github.com/benbusby/whoogle-search/commit/cb0b8868695d2dc4bad5ca7a0eaa4e63f3fc6e07) PEP-8: Fix formatting in config model and utils - [`dd56ca9`](https://github.com/benbusby/whoogle-search/commit/dd56ca9bfca26445611ea77b30279a03d5a39252) PEP-8: pep8 -> pycodestyle, fix __init__ - [`92d94d9`](https://github.com/benbusby/whoogle-search/commit/92d94d9ea77cd669086cec0b91be75fd20602be1) PEP-8: Fix filter class formatting - [`2533b7f`](https://github.com/benbusby/whoogle-search/commit/2533b7f9b74c43e4b254360780e69bc011ee2c16) PEP-8: Fix test formatting - [`9db8ff5`](https://github.com/benbusby/whoogle-search/commit/9db8ff5186bd67ebb45a74bf70cb83b1d64918b0) PEP-8: Add github action for pep8 - [`3047011`](https://github.com/benbusby/whoogle-search/commit/3047011d05badaeb874c426e8309975b5131035b) Merge branch 'develop' into feature/pep8 ### 📊 Changes **10 files changed** (+330 additions, -158 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/pep8.yml` (+22 -0) 📝 `app/__init__.py` (+24 -9) 📝 `app/filter.py` (+47 -26) 📝 `app/models/config.py` (+14 -10) 📝 `app/request.py` (+51 -28) 📝 `app/routes.py` (+120 -55) 📝 `app/utils/filter_utils.py` (+10 -7) 📝 `app/utils/routing_utils.py` (+34 -18) 📝 `requirements.txt` (+1 -0) 📝 `test/test_results.py` (+7 -5) </details> ### 📄 Description The formatting of the code base has been a bit inconsistent. This wraps up all remaining PEP-8 formatting issues and introduces a new CI workflow for ensuring all pushes adhere to the proper format. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36: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/whoogle-search#805
No description provided.