Skip to content
Snippets Groups Projects
Commit e5f20a36 authored by Florian Ziemen's avatar Florian Ziemen
Browse files

add pre-commit config

parent c7d7eae4
No related branches found
No related tags found
No related merge requests found
Pipeline #94689 failed
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.0
hooks:
# Run the linter.
- id: ruff
types_or: [ python, pyi, jupyter ]
args: [ --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi, jupyter ]
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