1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-12 02:04:04 +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:
2023-01-26 15:02:19 +01:00
committed by GitHub

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'