Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Ignore ruff in the GUI folder
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Apr 17, 2024
1 parent 709a960 commit bf9661e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
**/*.py
- name: Run ruff
if: steps.changed-py-files.outputs.any_changed == 'true'
run: ruff check ${{ steps.changed-py-files.outputs.all_changed_files }}
run: ruff check ${{ steps.changed-py-files.outputs.all_changed_files }} --force-exclude
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ exclude = [
"build",
"dist",
"node_modules",
"src/tribler/gui",
"venv",
]

Expand Down

0 comments on commit bf9661e

Please sign in to comment.