Skip to content

Commit

Permalink
Put those ignore lines back again
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 13, 2023
1 parent a92895f commit dc93e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruff.yml
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --exclude=tests/ --format=github --line-length=145 --target-version=py37 .
- run: ruff --ignore=E711,E712,E713,E741,F401,F522,F811,F841 --format=github --line-length=252 --target-version=py37 .
- run: ruff --exclude=tests/ --ignore=E713,F401,F522,F811,F841 --format=github --line-length=145 --target-version=py37 .
- run: ruff --ignore=E711,E712,E713,E741,F401,F522,F811,F841 --format=github --line-length=252 --target-version=py37 .

0 comments on commit dc93e2d

Please sign in to comment.