From c3c1f6195c577861e84ac9245b68bccb7116d8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Mon, 19 Jul 2021 12:13:09 +0200 Subject: [PATCH] ci: update Black version --- .github/workflows/black.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 2ddee4a..cce9526 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -2,9 +2,9 @@ name: Code style on: push: - branches: [main, features] + branches: [master, features] pull_request: - branches: [main, features] + branches: [master, features] jobs: lint: @@ -16,4 +16,5 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.9 - - uses: psf/black@20.8b1 + - uses: psf/black@21.7b0 +