1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00

Merge pull request #1237 from dmach/darker-1.6.1

GHA: Switch darker to version 1.6.1
This commit is contained in:
Daniel Mach 2023-01-26 15:02:19 +01:00 committed by GitHub
commit 5c9d66a211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,11 +29,10 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: akaihola/darker@1.5.1
- uses: akaihola/darker@1.6.1
with:
options: "--check --diff --color --line-length=120"
src: "."
version: "1.5.1"
pylint_errors:
name: 'Run pylint that reports only errors'