Skip to content

Commit 2081196

Browse files
Felix ExnerRobertWilbrandt
authored andcommitted
Ignore pydocstyle D401
IMHO this is not applicable to all docstrings.
1 parent 1a19e19 commit 2081196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
rev: 6.1.1
4949
hooks:
5050
- id: pydocstyle
51-
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D404"]
51+
args: ["--ignore=D100,D101,D102,D103,D104,D105,D106,D107,D203,D212,D401,D404"]
5252

5353
- repo: https://github.com/pycqa/flake8
5454
rev: 3.9.0

0 commit comments

Comments
 (0)