From 169fab5230240cb9da4cdfe91ae877147f0d69f5 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sat, 25 Mar 2023 07:45:07 -0700 Subject: [PATCH] Remove stale reference to flake8 (#140) Update ruff configuration to match rules in https://github.com/allenporter/repo-conformance --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 350a7653..303004c4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -33,6 +33,6 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Lint with flake8 + - name: Lint with ruff run: | ruff check --format=github .