Skip to content

Add CI and Ruff for formatting#2

Merged
ppuzio merged 8 commits into
mainfrom
add-CI-and-ruff
Dec 1, 2025
Merged

Add CI and Ruff for formatting#2
ppuzio merged 8 commits into
mainfrom
add-CI-and-ruff

Conversation

@ppuzio

@ppuzio ppuzio commented Dec 1, 2025

Copy link
Copy Markdown
Collaborator

No description provided.

@ppuzio ppuzio changed the title initial commit, trying to see if it works well in CI Add CI and Ruff for formatting Dec 1, 2025
@Saklfash

Saklfash commented Dec 1, 2025

Copy link
Copy Markdown
Collaborator

Dodałbym jeszcze "charliermarsh.ruff" do recommendations w extensions.json. I plik settings.json z konfiguracją by używał tej wtyczki. Jak na szybko podpatrzyłem w innym projekcie to mniej więcej coś takiego:

{
    "[python]": {
        "editor.codeActionsOnSave": {
            "source.fixAll": "explicit",
            "source.organizeImports": "explicit",
            "source.sortImports": "explicit"
        },
        "editor.defaultFormatter": "charliermarsh.ruff",
        "editor.formatOnSave": true,
    }
}

@ppuzio ppuzio merged commit 6bd2cc9 into main Dec 1, 2025
1 check passed
@ppuzio ppuzio deleted the add-CI-and-ruff branch December 1, 2025 18:53
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