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

Commit 1766794

Browse files
committed
remove flake8-docstrings linting
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
1 parent 1c72bf0 commit 1766794

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.flake8

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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)