forked from sickmartian/quick_simplenote
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update isort configuration for more accurate imports
Refines the isort configuration to improve import order and structure within the project. This includes: - Enabling `skip_gitignore` to avoid sorting imports in ignored files. - Specifying `src_paths` to limit sorting to relevant source code directories. - Updating `skip_glob` to exclude additional files from import sorting. This ensures that imports are organized according to project conventions and improves code readability.
- Loading branch information
Showing
1 changed file
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters