Skip to content

Prevent ruff reformatting#2

Open
akaihola wants to merge 1 commit intoperrette:mainfrom
akaihola:no-ruff
Open

Prevent ruff reformatting#2
akaihola wants to merge 1 commit intoperrette:mainfrom
akaihola:no-ruff

Conversation

@akaihola
Copy link

@akaihola akaihola commented Jan 3, 2026

Some IDEs and coding agents (OpenCode, in particular) automatically apply ruff format if ruff is available. The code of this project doesn't conform to ruff formatting rules, so disabling ruff formatting avoids some headache when using those tools.

Alternative: do a ruff format once for the whole code base, and use blame.ignoreRevsFile in Git (see Avoiding ruining git blame).

Some IDEs and coding agents automatically apply `ruff format` if ruff is
available. The code of this project doesn't conform to ruff formatting
rules.
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.

1 participant