FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: make sure isort skips over files listed as such in the pyproject.toml tool configuration by jenstroeger · Pull Request #968 · jenstroeger/python-package-template · GitHub

fix: make sure isort skips over files listed as such in the pyproject.toml tool configuration - #968

Merged
jenstroeger merged 1 commit into
mainfrom
fix-isort-config
Sep 10, 2025
Merged

fix: make sure isort skips over files listed as such in the pyproject.toml tool configuration#968
jenstroeger merged 1 commit into
mainfrom
fix-isort-config

Conversation

Copy link
Copy Markdown
Owner

Thing is, we invoke isort via the pre-commit git hooks and that hook passes a list of files to isort in the command line. We now have to tell isort to filter those files by the settings in the configuration or else all files will be sorted. For details see the Filter files section in the isort docs.

jenstroeger requested a review from behnazh as a code owner July 2, 2025 12:16
jenstroeger merged commit 6bfad98 into main Sep 10, 2025
1 check passed
This file contains hidden or 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
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.

2 participants


Back | FazBrowse Home | New Git URL