Github actions: Fix failing pylint on pull requests.

This commit is contained in:
Kristian Bendiksen 2021-01-28 17:10:10 +01:00 committed by Magne Sjaastad
parent 1c4a1b9e80
commit 4759b72b98

View File

@ -19,5 +19,4 @@ jobs:
commit-message: 'Python code linting changes detected by black'
title: 'Fixes by black (Python)'
branch: python-black-patches
base: ${{ github.head_ref }}