Fix 'software' not being linted by ruff

This commit is contained in:
Davy Peter Braun 2024-04-01 12:37:04 +02:00
parent 5d8757bbec
commit 2bf19e9f57
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ repos:
rev: "v0.2.2"
hooks:
- id: ruff
args: ["--fix"]
args: ["--fix", "software/"]
- id: ruff-format
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0