Skip to content

Commit c78cb97

Browse files
committed
Fix syntax in Dangerfile
1 parent 568a124 commit c78cb97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dangerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}
1818
fail('Please rebase to get rid of the merge commits in this PR')
1919
end
2020

21-
code_style_validation.check validator: ['yapf'],
22-
file_extensions: ['.py']
21+
code_style_validation.check validator: 'yapf',
22+
file_extensions: ['.py']

0 commit comments

Comments
 (0)