You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current pre-commit.ci workflow updates the .pre-commit-config.yaml in the repository root, but doesn't check the file inside the template subfolder.
Also, we should consider using ruff (both check and format), remove redundant others (e.g. black), and maybe add a ruff.toml to the project template (if we want to deviate from defaults).
The text was updated successfully, but these errors were encountered:
We activated the pre-commit.ci bot for example-project as well, so we need to remember updating it here whenever we merge a pre-commit PR on https://github.com/fmi-faim/example-project.
Our current pre-commit.ci workflow updates the
.pre-commit-config.yaml
in the repository root, but doesn't check the file inside thetemplate
subfolder.Also, we should consider using
ruff
(both check and format), remove redundant others (e.g.black
), and maybe add aruff.toml
to the project template (if we want to deviate from defaults).The text was updated successfully, but these errors were encountered: