Skip to content
Snippets Groups Projects
Verified Commit c4a9c770 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add pre-commit hooks

parent 92bfdd31
No related branches found
No related tags found
1 merge request!154Feature/add precommit hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.15
hooks:
# Run the linter.
- id: ruff
args:
- --fix
- --preview
# Run the formatter.
- id: ruff-format
args:
- --preview
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