mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
deprecate check-docstring-first without replacement
this hook has unfixable false positives and is not that useful perhaps someone can write a flake8 plugin to replace the functionality
This commit is contained in:
parent
f4e025486b
commit
d2cf95b9cf
2 changed files with 3 additions and 4 deletions
|
|
@ -29,7 +29,7 @@
|
|||
entry: check-case-conflict
|
||||
language: python
|
||||
- id: check-docstring-first
|
||||
name: check docstring is first
|
||||
name: check docstring is first (deprecated)
|
||||
description: checks a common error of defining a docstring after code.
|
||||
entry: check-docstring-first
|
||||
language: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue