From 195c6dff013741ec8a1989210c06315c3bf7b3e8 Mon Sep 17 00:00:00 2001 From: "Tom C (DLS)" <101418278+coretl@users.noreply.github.com> Date: Fri, 7 Feb 2025 17:26:29 +0000 Subject: [PATCH] Ruff check --fix under pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60fc23f9..b5d4d7fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: ruff name: lint with ruff language: system - entry: ruff check --force-exclude + entry: ruff check --force-exclude --fix types: [python] require_serial: true