Suppresion du filtre de fichier pour ruff

This commit is contained in:
Colin Maudry
2025-06-03 14:43:20 +02:00
parent 17df388035
commit 972d7f55b2
-1
View File
@@ -15,7 +15,6 @@ repos:
rev: v0.11.12 rev: v0.11.12
hooks: hooks:
- id: ruff - id: ruff
files: "^backend/"
- id: ruff - id: ruff
args: [ "check", "--select", "I", "--fix" ] args: [ "check", "--select", "I", "--fix" ]
- id: ruff-format - id: ruff-format