Skip to content

Commit

Permalink
check --fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher committed Jun 10, 2024
1 parent 3f47570 commit 935b0a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ruff.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Ruff
name: Linting
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1
with:
args: check --fix
2 changes: 1 addition & 1 deletion ruff.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[lint]
ignore = ["F401", "F403", "F405", "F541", "F821" , "F841", "E713", "E721", "E722", "E741"]
#ignore = ["F401", "F403", "F405", "F541", "F821" , "F841", "E713", "E721", "E722", "E741"]

0 comments on commit 935b0a6

Please sign in to comment.