We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c410a commit c89e509Copy full SHA for c89e509
1 file changed
.github/workflows/python-linting.yaml
@@ -69,17 +69,17 @@ jobs:
69
70
- name: Run Black
71
if: github.event_name == 'pull_request'
72
- uses: reviewdog/action-black@v3.21.0
+ uses: reviewdog/action-black@v3.22.2
73
with:
74
reporter: github-pr-review
75
tool_name: black
76
level: warning
77
- fail_on_error: true
+ fail_level: error
78
filter_mode: nofilter
79
80
81
if: github.event_name == 'push'
82
83
84
reporter: github-check
85
0 commit comments