Change linter to black

pull/223/head
Davy Peter Braun 9 months ago
parent 79ee710064
commit beef03b7b4

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

Loading…
Cancel
Save