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

Add docstring checking to .pre-commit-config.yaml
This commit is contained in:
Mark Backman
2025-07-09 11:47:25 -07:00
committed by GitHub

View File

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