Skip to content

Conversation

AA-Turner
Copy link
Member

No description provided.

@AA-Turner AA-Turner merged commit 77a363b into main Apr 11, 2025
6 checks passed
@AA-Turner AA-Turner deleted the ruff-config branch April 11, 2025 05:29
@hugovk
Copy link
Member

hugovk commented Apr 16, 2025

We already have a pyproject.toml for pytest config, can we have the Ruff config in the same file? And other tool config could live there too.

@AA-Turner
Copy link
Member Author

I prefer keeping tool configuration in dedicated files (where in a reasonable (non-INI) format). pyproject.toml files get hard to read as they get hundreds of lines long!

pytest only supports pytest.ini as a standalone format, hence keeping it in pyproject.toml, which otherwise doesn't make sense for this project, as it's not intended for distribution.

A

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