Skip to content

Commit

Permalink
Trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Oct 26, 2024
1 parent 195ea98 commit 613ef14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
# Update output format to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --output-format=github .
run: ruff check --output-format=github .

2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Default selections for ruff, plus isort.
lint.select = ["E4", "E7", "E9", "F", "I001"]
lint.select = ["E4", "E7", "E9", "F", "I001"]

0 comments on commit 613ef14

Please sign in to comment.