Commit cd395b55 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove check-docstring-first pre-commit hook

The hook doesn't support module attribute docstrings and never will
apparently:

https://github.com/pre-commit/pre-commit-hooks/issues/159
https://github.com/pre-commit/pre-commit-hooks/pull/812
parent 71b5acd9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ repos:
  hooks:
  - id: check-added-large-files
  - id: check-case-conflict
  - id: check-docstring-first
  - id: check-merge-conflict
  - id: check-toml
  - id: check-yaml