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

GHA: Switch darker to version 1.6.1

This commit is contained in:
Daniel Mach 2023-01-26 14:46:46 +01:00
parent 6985922d75
commit 9fcdec995d

View File

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