Skip to content
Snippets Groups Projects
Verified Commit 879e8b42 authored by Lars Bilke's avatar Lars Bilke
Browse files

[pre-commit] Added ruff check.

parent 5d097da5
No related branches found
No related tags found
No related merge requests found
...@@ -77,3 +77,8 @@ repos: ...@@ -77,3 +77,8 @@ repos:
entry: bash -c 'if command -v vale &> /dev/null; then vale sync; VALE_MIN_ALERT_LEVEL=error scripts/ci/helper/run-vale; else exit 0; fi' entry: bash -c 'if command -v vale &> /dev/null; then vale sync; VALE_MIN_ALERT_LEVEL=error scripts/ci/helper/run-vale; else exit 0; fi'
pass_filenames: false pass_filenames: false
language: system language: system
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.262"
hooks:
- id: ruff
files: "Applications/Python/.*"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment