Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 17199be

Browse files
committed
remove flake8-docstrings linting
Signed-off-by: Daniel Ziegenberg <[email protected]>
1 parent d2e448b commit 17199be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
exclude = .venv/,.tox/,dist/,build/,.eggs/
44
format = pylint
55
# E203: https://github.com/python/black/issues/315
6-
ignore = E741,W503,W504,H,E501,E203,D
6+
ignore = E741,W503,W504,H,E501,E203
77
# 88 is official black default:
88
max-line-length = 88

.pre-commit-config.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ repos:
2828
hooks:
2929
- id: flake8
3030
additional_dependencies:
31-
- pydocstyle>=5.1.1
3231
- flake8-absolute-import
3332
- flake8-black>=0.1.1
34-
- flake8-docstrings>=1.5.0
3533
- repo: https://github.com/adrienverge/yamllint.git
3634
rev: v1.26.3
3735
hooks:

0 commit comments

Comments
 (0)