Change linter to black

This commit is contained in:
Davy Peter Braun 2024-04-07 15:13:03 +02:00
parent 79ee710064
commit beef03b7b4
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.2"
- repo: https://github.com/psf/black
rev: 24.3.0 # Use the latest revision of Black
hooks:
- id: ruff
args: ["--fix", "software/"]
- id: ruff-format
- id: black
language_version: python3
args: ["software/"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
hooks: