Merge pull request #2186 from pipecat-ai/mb/fix-pre-commit-config

Update .pre-commit-config.yaml to use pyproject.toml linting rules
This commit is contained in:
Mark Backman
2025-07-11 06:34:01 -07:00
committed by GitHub

View File

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