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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@jenstroeger

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 jenstroeger requested a review from behnazh as a code owner

July 2, 2025 12:16

@jenstroeger jenstroeger merged commit 6bfad98 into main

Sep 10, 2025

14 checks passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@behnazh behnazh behnazh approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@jenstroeger @behnazh