From 603569e321013a1a63a637813c94c2834d0a0023 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 16 Feb 2023 22:06:12 -0700 Subject: Style: black 23, skip magic trailing comma (#35351) * Style: black 23, skip magic trailing commas * isort should use same line length as black * Fix unused import * Update version of black used in CI * Update new packages * Update new packages --- .github/workflows/valid-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/valid-style.yml b/.github/workflows/valid-style.yml index deacc52262..1bf8faa77a 100644 --- a/.github/workflows/valid-style.yml +++ b/.github/workflows/valid-style.yml @@ -44,7 +44,7 @@ jobs: cache: 'pip' - name: Install Python packages run: | - python3 -m pip install --upgrade pip six setuptools types-six black==22.12.0 mypy isort clingo flake8 + python3 -m pip install --upgrade pip six setuptools types-six black==23.1.0 mypy isort clingo flake8 - name: Setup git configuration run: | # Need this for the git tests to succeed. -- cgit v1.2.3-60-g2f50