Add docstring checking to .pre-commit-config.yaml

This commit is contained in:
Mark Backman
2025-07-09 11:18:40 -07:00
parent d98b6b418d
commit 4e61fd33ea

View File

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