Skip to content

Remove extra line after imports in conf.py#147

Merged
jaraco merged 1 commit intojaraco:mainfrom
Avasam:patch-3
Sep 11, 2024
Merged

Remove extra line after imports in conf.py#147
jaraco merged 1 commit intojaraco:mainfrom
Avasam:patch-3

Conversation

@Avasam
Copy link
Contributor

@Avasam Avasam commented Sep 11, 2024

This change fixes an incompatibility (and source of merge conflicts) with projects using Ruff/isort.

I could add the I (https://docs.astral.sh/ruff/rules/#isort-i) category to the Ruff configs (see example from https://github.com/pypa/setuptools/blob/962835d068af4d993f2195e7a6ffd4f70548b9f4/ruff.toml#L60-L62 ). But it would create more conflicts with ongoing #143 .
But at the same time, a lot of those PRs already have conflicts from changes in mypy.ini and conf.py, and import-related conflicts are easy to fix (accept both + rerun fixer). So maybe now's not a bad time to add it before I fix conflicts.

This change fixes an incompatibility (and source of merge conflicts) with projects using Ruff/isort.
@jaraco jaraco merged commit 81b766c into jaraco:main Sep 11, 2024
@Avasam Avasam deleted the patch-3 branch September 11, 2024 22:30
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