From ee5141e43b518d27ee9c5eb99bdf954b471f7bc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 07:52:36 +0000 Subject: [PATCH] Bump akaihola/darker from 1.6.1 to 1.7.2 Bumps [akaihola/darker](https://github.com/akaihola/darker) from 1.6.1 to 1.7.2. - [Release notes](https://github.com/akaihola/darker/releases) - [Changelog](https://github.com/akaihola/darker/blob/master/CHANGES.rst) - [Commits](https://github.com/akaihola/darker/compare/1.6.1...1.7.2) --- updated-dependencies: - dependency-name: akaihola/darker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/darker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/darker.yaml b/.github/workflows/darker.yaml index 7a5c1b2d216..7c416942375 100644 --- a/.github/workflows/darker.yaml +++ b/.github/workflows/darker.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: "3.11" - - uses: akaihola/darker@1.6.1 + - uses: akaihola/darker@1.7.2 with: options: "--check --diff" src: "./qcodes"