Skip to content

Commit 72beb6a

Browse files
Merge pull request #1025 from adamtheturtle/pyup-update-yapf-0.27.0-to-0.28.0
Update yapf to 0.28.0
2 parents 4980bab + 6dcb7b7 commit 72beb6a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ twine==1.13.0
2626
versioneer==0.18
2727
vulture==1.0
2828
VWS-Python-Mock==2018.12.1.0
29-
yapf==0.27.0 # Automatic formatting for Python
29+
yapf==0.28.0 # Automatic formatting for Python

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,4 @@ omit =
117117

118118
[yapf]
119119
DEDENT_CLOSING_BRACKETS = true
120+
BLANK_LINE_BEFORE_NESTED_CLASS_OR_DEF = true

0 commit comments

Comments
 (0)