Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #23

Merged
merged 3 commits into from
Jul 18, 2024
Merged

Dev #23

merged 3 commits into from
Jul 18, 2024

Conversation

RedAtman
Copy link
Owner

No description provided.

Adds a GitHub workflow to automatically run pre-commit hooks on every push and pull request. This ensures code quality and consistency across the project.
The import statement for `urllib.parse` was misplaced, resulting in an error. This commit corrects the import order, ensuring proper module loading.
Move the orphaned file cleanup logic to a separate function and add an option to provide the list of filepaths directly. This allows the function to be called with a specific list of filepaths, which is more efficient when only a small subset of files needs to be checked.

The `clear_orphaned_filepaths` function is now called during `SimplenoteListCommand` execution to only check the currently displayed notes, potentially improving performance.
@RedAtman RedAtman merged commit 8b239be into master Jul 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant