Skip to content

Commit 742cf57

Browse files
committed
configure pydocstyle
1 parent 4723d7d commit 742cf57

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

requirements/check-style.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ flake8-print
55
flake8-tidy-imports
66
isort >=5.7.0
77
pep8-naming
8+
# pydocstyle
9+
git+https://github.com/PyCQA/pydocstyle.git@bd4993345a241bd0d5128f21de56394b1cde3714#egg=pydocstyle

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ omit =
4242
all-files = true
4343
source-dir = docs/source
4444
build-dir = docs/build
45+
46+
[pydocstyle]
47+
inherit = false
48+
match = .*\.py
49+
convention = google
50+
add_ignore = D100,D101,D102,D103,D104,D105,D107,D412,D415

0 commit comments

Comments
 (0)