From 4e24b915cc9c36965ce5dc9628dc5c609b2431b3 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Thu, 10 Jul 2025 16:10:27 -0700 Subject: [PATCH] Update .pre-commit-config.yaml to use pyproject.toml linting rules --- .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 50d0abee9..3c198d362 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,5 +4,5 @@ repos: hooks: - id: ruff language_version: python3 - args: [--select, D, I] + args: [--fix] - id: ruff-format