Add docstring checking to .pre-commit-config.yaml
This commit is contained in:
@@ -4,5 +4,5 @@ repos:
|
|||||||
hooks:
|
hooks:
|
||||||
- id: ruff
|
- id: ruff
|
||||||
language_version: python3
|
language_version: python3
|
||||||
args: [ --select, I, ]
|
args: [--select, D, I]
|
||||||
- id: ruff-format
|
- id: ruff-format
|
||||||
|
|||||||
Reference in New Issue
Block a user