diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fd8aef9..a1219ed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - repo: local hooks: - id: doctest - name: Document tests + name: Run doctests entry: python tests/test_docs.py language: system types: [ file ]