diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 273d73e8..8acd8e75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,4 +42,5 @@ jobs: # Update output format to enable automatic inline annotations. - name: Run Ruff - run: ruff check --output-format=github . \ No newline at end of file + run: ruff check --output-format=github . + \ No newline at end of file diff --git a/ruff.toml b/ruff.toml index 1a9b3fea..4f6111ed 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,2 +1,2 @@ # Default selections for ruff, plus isort. -lint.select = ["E4", "E7", "E9", "F", "I001"] \ No newline at end of file +lint.select = ["E4", "E7", "E9", "F", "I001"]