diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d4bdd87..ca09cdf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: python -m pip install --upgrade pip pip install -e .[dev] # stop the build if there are Python syntax errors or undefined names - flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics + ruff . --select=E9,F63,F7,F82 pytest Release: