We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568a124 commit c78cb97Copy full SHA for c78cb97
Dangerfile
@@ -18,5 +18,5 @@ if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}
18
fail('Please rebase to get rid of the merge commits in this PR')
19
end
20
21
-code_style_validation.check validator: ['yapf'],
22
- file_extensions: ['.py']
+code_style_validation.check validator: 'yapf',
+ file_extensions: ['.py']
0 commit comments