Add ruff linting - initial configuration

This commit is contained in:
Matthias
2023-02-22 21:06:07 +01:00
parent 2bc9413be1
commit 549a0e1c44
4 changed files with 33 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ repos:
name: isort (python)
# stages: [push]
- repo: https://github.com/charliermarsh/ruff-pre-commit
# Ruff version.
rev: 'v0.0.251'
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks: