Merge pull request #713 from pre-commit/asottile-patch-1

update display name of `name-tests-test`
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 5690660..9e835d5 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -162,7 +162,7 @@
     language: python
     types: [text]
 -   id: name-tests-test
-    name: tests should end in _test.py
+    name: python tests naming
     description: this verifies that test files are named correctly.
     entry: name-tests-test
     language: python