Skip to content
Snippets Groups Projects
Commit aef96617 authored by Max Drexler's avatar Max Drexler
Browse files

first pre-commit config

parent 9770e71d
No related branches found
No related tags found
1 merge request!2Switch to package setup
repos:
- repo: 'https://github.com/pre-commit/pre-commit-hooks'
rev: v4.6.0
hooks:
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: 'https://github.com/pre-commit/mirrors-mypy'
rev: v1.10.0
hooks:
- id: mypy
- repo: 'https://github.com/astral-sh/ruff-pre-commit'
rev: v0.5.2
hooks:
- id: ruff
args:
- '--fix'
- id: ruff-format
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