From 9cb49fb2a3b980f97d5fb27ea37c6dfeee3b9ec4 Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sun, 31 Jan 2021 23:24:47 -0500 Subject: Add in isort changes --- .github/workflows/format.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 14a4f3a0..617cbf0a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -25,4 +25,6 @@ jobs: - name: Install python prerequisites run: pip install -U --user pip setuptools setuptools-scm black - name: Black - run: python -m black --check --diff -l 127 --skip-string-normalization . + run: python -m black --check --diff . + - name: isort + run: python -m isort --check-only . -- cgit v1.2.1