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
Navigation Menu
{{ message }}
jenstroeger / python-package-template Public template
- Notifications You must be signed in to change notification settings
- Fork 11
Merged
Conversation
Copy link Copy Markdown
Owner
jenstroeger
commented
Jul 2, 2025
jenstroeger
commented
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.
….toml tool configuration
jenstroeger
requested a review
from behnazh
as a code owner
behnazh approved these changes Sep 10, 2025
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