[PR #390] [MERGED] refactor: Organize code to remove flake8 issues #4166

Closed
opened 2026-03-15 01:29:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/390
Author: @cdvv7788
Created: 7/24/2020
Status: Merged
Merged: 7/24/2020
Merged by: @pirate

Base: djangoHead: linter-fixes


📝 Commits (1)

  • 6006b4f refactor: Organize code to remove flake8 issues

📊 Changes

24 files changed (+43 additions, -39 deletions)

View changed files

📝 archivebox/cli/archivebox_add.py (+2 -1)
📝 archivebox/cli/archivebox_config.py (+2 -1)
📝 archivebox/cli/archivebox_help.py (+2 -1)
📝 archivebox/cli/archivebox_init.py (+2 -1)
📝 archivebox/cli/archivebox_list.py (+2 -1)
📝 archivebox/cli/archivebox_manage.py (+2 -1)
📝 archivebox/cli/archivebox_remove.py (+2 -1)
📝 archivebox/cli/archivebox_schedule.py (+2 -1)
📝 archivebox/cli/archivebox_server.py (+2 -1)
📝 archivebox/cli/archivebox_shell.py (+2 -1)
📝 archivebox/cli/archivebox_status.py (+2 -1)
📝 archivebox/cli/archivebox_update.py (+2 -1)
📝 archivebox/cli/archivebox_version.py (+2 -1)
📝 archivebox/cli/tests.py (+1 -1)
📝 archivebox/config/__init__.py (+1 -1)
📝 archivebox/core/settings.py (+0 -1)
📝 archivebox/core/tests.py (+1 -1)
📝 archivebox/core/views.py (+1 -2)
📝 archivebox/core/welcome_message.py (+0 -1)
📝 archivebox/index/__init__.py (+2 -3)

...and 4 more files

📄 Description

Summary

Fix flake8 warnings.
Refactor some imports.
Fix issue with archivebox status when there have been no logged in users

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Archived data layout on disk

🔄 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/ArchiveBox/ArchiveBox/pull/390 **Author:** [@cdvv7788](https://github.com/cdvv7788) **Created:** 7/24/2020 **Status:** ✅ Merged **Merged:** 7/24/2020 **Merged by:** [@pirate](https://github.com/pirate) **Base:** `django` ← **Head:** `linter-fixes` --- ### 📝 Commits (1) - [`6006b4f`](https://github.com/ArchiveBox/ArchiveBox/commit/6006b4f93b5fb51d7b2fa4074c6720d46ec65b91) refactor: Organize code to remove flake8 issues ### 📊 Changes **24 files changed** (+43 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/cli/archivebox_add.py` (+2 -1) 📝 `archivebox/cli/archivebox_config.py` (+2 -1) 📝 `archivebox/cli/archivebox_help.py` (+2 -1) 📝 `archivebox/cli/archivebox_init.py` (+2 -1) 📝 `archivebox/cli/archivebox_list.py` (+2 -1) 📝 `archivebox/cli/archivebox_manage.py` (+2 -1) 📝 `archivebox/cli/archivebox_remove.py` (+2 -1) 📝 `archivebox/cli/archivebox_schedule.py` (+2 -1) 📝 `archivebox/cli/archivebox_server.py` (+2 -1) 📝 `archivebox/cli/archivebox_shell.py` (+2 -1) 📝 `archivebox/cli/archivebox_status.py` (+2 -1) 📝 `archivebox/cli/archivebox_update.py` (+2 -1) 📝 `archivebox/cli/archivebox_version.py` (+2 -1) 📝 `archivebox/cli/tests.py` (+1 -1) 📝 `archivebox/config/__init__.py` (+1 -1) 📝 `archivebox/core/settings.py` (+0 -1) 📝 `archivebox/core/tests.py` (+1 -1) 📝 `archivebox/core/views.py` (+1 -2) 📝 `archivebox/core/welcome_message.py` (+0 -1) 📝 `archivebox/index/__init__.py` (+2 -3) _...and 4 more files_ </details> ### 📄 Description # Summary Fix flake8 warnings. Refactor some imports. Fix issue with `archivebox status` when there have been no logged in users # Changes these areas - [X] Bugfixes - [ ] Feature behavior - [ ] Command line interface - [ ] Configuration options - [ ] Internal architecture - [ ] Archived data layout on disk --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 01:29:53 +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/ArchiveBox#4166
No description provided.