Skip to content

Lint and autoformat#87

Merged
nelaturuharsha merged 3 commits intoevaleval:mainfrom
Erotemic:lint-and-autoformat
Mar 20, 2026
Merged

Lint and autoformat#87
nelaturuharsha merged 3 commits intoevaleval:mainfrom
Erotemic:lint-and-autoformat

Conversation

@Erotemic
Copy link
Copy Markdown
Contributor

Now that we have a proper python structure, I wanted to bring a little more consistency to the code. This PR has 3 commits: first I added ruff and ty config options to pyproject.toml, then I ran ruff format to adjust non-logical code structure, and then I ran ruff check --fix to adjust (probably) non-functional fixes to things like fstrings and import order.

This will make it easier to diff the code later if we normalize linting rules. It's possible to add a CI check / or git hook to automatically do it, but I find its easier to just rerun it every so often.

@nelaturuharsha
Copy link
Copy Markdown
Collaborator

LGTM.

@nelaturuharsha nelaturuharsha merged commit 834647f into evaleval:main Mar 20, 2026
1 check failed
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