Skip to content

Commit 9dd6a8f

Browse files
committed
Merge remote-tracking branch 'origin/master' into query-2
2 parents 59dfe61 + edf22f9 commit 9dd6a8f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ dodgy==0.1.9 # Look for uploaded secrets
66
dulwich==0.19.11
77
flake8-commas==2.0.0 # Require silicon valley commas
88
flake8-quotes==2.0.1 # Require single quotes
9-
flake8==3.7.7 # Lint
9+
flake8==3.7.8 # Lint
1010
isort==4.3.21 # Lint imports
11-
mypy==0.711 # Type checking
11+
mypy==0.720 # Type checking
1212
pip_check_reqs==2.0.3
13-
pydocstyle==3.0.0 # Lint docstrings
13+
pydocstyle==4.0.0 # Lint docstrings
1414
pyenchant==2.0.0 # Bindings for a spellchecking sytem
1515
pygithub==1.43.8
1616
Pygments==2.4.2

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ ignore_errors = True
8989
# - D200
9090
# - D205
9191
# - D400
92+
# - D415
9293
# We don't want blank lines before class docstrings
9394
# - D203
9495
# We don't need docstrings to start at the first line
@@ -102,7 +103,7 @@ ignore_errors = True
102103
# No blank line is needed after the last section
103104
# Do not care about imperative mood
104105
# - D401
105-
ignore = D200,D202,D203,D205,D212,D400,D406,D407,D413,D401
106+
ignore = D200,D202,D203,D205,D212,D400,D406,D407,D413,D401,D415
106107
match=(?!.*(versioneer|test_|_version)).*\.py
107108

108109
[isort]

0 commit comments

Comments
 (0)