Merged
Conversation
Collaborator
pradyumna17
commented
Feb 16, 2026
- Updated formatting toolchain
- Formatted the files
5fb7bd2 to
42b9f63
Compare
42b9f63 to
a5c106c
Compare
There was a problem hiding this comment.
Pull request overview
Updates the repo’s formatting/toolchain setup by introducing Ruff configuration for Python/notebooks, adding LaTeX indentation settings, and updating CI + editor configuration to automate formatting checks and PDF builds.
Changes:
- Add Ruff config (
pyproject.toml) plus VS Code settings/extensions to format Python and LaTeX on save. - Introduce
latexindentconfiguration and reformat LaTeX sources/styles and bibliography. - Replace the previous CI workflow with a new workflow that runs formatting checks and builds PDFs.
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
pyproject.toml |
Adds Ruff configuration (formatting + isort rules). |
generic-poster.tex |
Re-indents/reformats LaTeX source. |
first-poster.tex |
Re-indents/reformats LaTeX source. |
beamerthemegemini.sty |
Re-indents/reformats theme style file. |
generic-poster.bib |
Reformat bibliography entry alignment. |
README.md |
Updates contributing guidance for formatter/editor setup. |
Makefile |
Adds poster.pdf meta-target for building both PDFs. |
.vscode/settings.json |
Configures LaTeX Workshop + Ruff formatting on save. |
.vscode/extensions.json |
Recommends LaTeX Workshop and Ruff extensions. |
.latexindent.yml |
Adds latexindent configuration (indent + formatting rules). |
.gitignore |
Ignores .ruff_cache/. |
.gitattributes |
Normalizes line endings and marks binaries. |
.github/workflows/ci.yml |
Removes old CI workflow. |
.github/workflows/buildPDFs.yml |
Adds new formatting-check + PDF-build workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
|
Looks good to me. |
|
@pradyumna17 : thanks again for th egood work! |
Collaborator
Author
|
@LukasHoelsch and @wallscheid thanks a lot for your guidance and support |
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.