refactor: 🚚 move config files into .config/ or pyproject.toml#280
Open
lwjohnst86 wants to merge 3 commits into
Open
refactor: 🚚 move config files into .config/ or pyproject.toml#280lwjohnst86 wants to merge 3 commits into
.config/ or pyproject.toml#280lwjohnst86 wants to merge 3 commits into
Conversation
Member
Author
|
@joelostblom @martonvago @signekb whaddya think? Can't add you guys as reviewers yet, need to set up an "everyone" team with read only permissions to all public repos. |
martonvago
reviewed
May 20, 2026
joelostblom
requested changes
May 21, 2026
Contributor
joelostblom
left a comment
There was a problem hiding this comment.
Thanks for making these changes, only minor comments.
b40f14e to
a79c291
Compare
lwjohnst86
commented
May 21, 2026
Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
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.
Description
Move all config files into
.config/folder. Only pytest I moved intopyproject.toml, as setting IDE-level changes wasn't that easy, nor do the docs talk about it. I tried to move.typos.toml, but it doesn't work well. There's an open issue in typos to support.config/(crate-ci/typos#1445).Closes #262
Needs a quick review.
Checklist
just run-all