Remove unused typing imports to fix linting errors#65
Merged
RonnyPfannschmidt merged 4 commits intopytest-dev:mainfrom Jul 16, 2025
tn3w:fix-linter-errors
Merged
Remove unused typing imports to fix linting errors#65RonnyPfannschmidt merged 4 commits intopytest-dev:mainfrom tn3w:fix-linter-errors
RonnyPfannschmidt merged 4 commits intopytest-dev:mainfrom
tn3w:fix-linter-errors
Conversation
…roved readability
Member
|
Thank you for getting this started As the ci error indicates we also need to touch up the pre commit config to use the correct formatter version |
Member
|
i took the liberty to run a pre-commit autoupdate - black from 2022 simply doesnt format right for overrides - the modern version however does |
Member
|
please verify if this matches what you had in mind, then i'll merge and release |
Contributor
Author
|
That was exactly what I intended. |
killiandesse
pushed a commit
to killiandesse/iniconfig
that referenced
this pull request
Sep 24, 2025
Remove unused typing imports to fix linting errors
RonnyPfannschmidt
added a commit
that referenced
this pull request
Oct 18, 2025
Merge pull request #65 from tn3w/fix-linter-errors
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When developing with iniconfig, several linter messages appear that are quite annoying. This PR addresses these issues by fixing the linter errors, making the development experience smoother and cleaner. The changes maintain full compatibility while bringing the codebase in line with standard linting practices.