Update .pre-commit-config.yaml to use pyproject.toml linting rules

This commit is contained in:
Mark Backman
2025-07-10 16:10:27 -07:00
parent b610ee26ba
commit 4e24b915cc

View File

@@ -4,5 +4,5 @@ repos:
hooks:
- id: ruff
language_version: python3
args: [--select, D, I]
args: [--fix]
- id: ruff-format