[PR #1158] [CLOSED] Sourcery refactored dev branch #1330

Closed
opened 2026-03-01 14:49:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ArchiveBox/ArchiveBox/pull/1158
Author: @sourcery-ai[bot]
Created: 6/13/2023
Status: Closed

Base: devHead: sourcery/dev


📝 Commits (1)

📊 Changes

48 files changed (+643 additions, -647 deletions)

View changed files

📝 archivebox/cli/__init__.py (+2 -2)
📝 archivebox/cli/archivebox_add.py (+1 -4)
📝 archivebox/cli/archivebox_config.py (+1 -4)
📝 archivebox/cli/archivebox_list.py (+6 -1)
📝 archivebox/cli/archivebox_oneshot.py (+2 -5)
📝 archivebox/cli/archivebox_remove.py (+1 -4)
📝 archivebox/cli/archivebox_update.py (+1 -4)
📝 archivebox/cli/tests.py (+3 -3)
📝 archivebox/config.py (+252 -182)
📝 archivebox/core/admin.py (+7 -5)
📝 archivebox/core/migrations/0006_auto_20201012_1520.py (+2 -4)
📝 archivebox/core/models.py (+31 -29)
📝 archivebox/core/settings.py (+1 -4)
📝 archivebox/core/views.py (+16 -12)
📝 archivebox/extractors/__init__.py (+12 -9)
📝 archivebox/extractors/archive_org.py (+4 -3)
📝 archivebox/extractors/favicon.py (+5 -3)
📝 archivebox/extractors/git.py (+2 -5)
📝 archivebox/extractors/headers.py (+4 -3)
📝 archivebox/extractors/media.py (+1 -4)

...and 28 more files

📄 Description

Branch dev refactored by Sourcery.

If you're happy with these changes, merge this Pull Request using the Squash and merge strategy.

See our documentation here.

Run Sourcery locally

Reduce the feedback loop during development by using the Sourcery editor plugin:

Review changes via command line

To manually merge these changes, make sure you're on the dev branch, then run:

git fetch origin sourcery/dev
git merge --ff-only FETCH_HEAD
git reset HEAD^

Help us improve this pull request!


🔄 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/1158 **Author:** [@sourcery-ai[bot]](https://github.com/apps/sourcery-ai) **Created:** 6/13/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `sourcery/dev` --- ### 📝 Commits (1) - [`0f48f78`](https://github.com/ArchiveBox/ArchiveBox/commit/0f48f782c57753e926fb51e04fea7a258da7dc60) 'Refactored by Sourcery' ### 📊 Changes **48 files changed** (+643 additions, -647 deletions) <details> <summary>View changed files</summary> 📝 `archivebox/cli/__init__.py` (+2 -2) 📝 `archivebox/cli/archivebox_add.py` (+1 -4) 📝 `archivebox/cli/archivebox_config.py` (+1 -4) 📝 `archivebox/cli/archivebox_list.py` (+6 -1) 📝 `archivebox/cli/archivebox_oneshot.py` (+2 -5) 📝 `archivebox/cli/archivebox_remove.py` (+1 -4) 📝 `archivebox/cli/archivebox_update.py` (+1 -4) 📝 `archivebox/cli/tests.py` (+3 -3) 📝 `archivebox/config.py` (+252 -182) 📝 `archivebox/core/admin.py` (+7 -5) 📝 `archivebox/core/migrations/0006_auto_20201012_1520.py` (+2 -4) 📝 `archivebox/core/models.py` (+31 -29) 📝 `archivebox/core/settings.py` (+1 -4) 📝 `archivebox/core/views.py` (+16 -12) 📝 `archivebox/extractors/__init__.py` (+12 -9) 📝 `archivebox/extractors/archive_org.py` (+4 -3) 📝 `archivebox/extractors/favicon.py` (+5 -3) 📝 `archivebox/extractors/git.py` (+2 -5) 📝 `archivebox/extractors/headers.py` (+4 -3) 📝 `archivebox/extractors/media.py` (+1 -4) _...and 28 more files_ </details> ### 📄 Description Branch `dev` refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). <details> <summary>Run Sourcery locally</summary> <p> Reduce the feedback loop during development by using the Sourcery editor plugin: </p> <ul> <li><a href="https://sourcery.ai/download/?editor=vscode">VS Code</a></li> <li><a href="https://sourcery.ai/download/?editor=pycharm">PyCharm</a></li> </ul> </details> <details> <summary>Review changes via command line</summary> <p>To manually merge these changes, make sure you're on the <code>dev</code> branch, then run:</p> <pre> git fetch origin sourcery/dev git merge --ff-only FETCH_HEAD git reset HEAD^ </pre> </details> Help us [improve](https://research.typeform.com/to/j06Spdfr?type=branch_refactor&github_login=pirate&base_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&base_remote_ref=dev&base_ref=dev&base_sha=347b8d977de2ddf8f26553ac6d73264674990e83&head_repo=https%3A%2F%2Fgithub.com%2FArchiveBox%2FArchiveBox.git&head_ref=sourcery%2Fdev) this pull request! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:49:21 +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#1330
No description provided.