Skip to content

Commit

Permalink
Disable Super-Linter Ruff check
Browse files Browse the repository at this point in the history
Already covered by dedicated Python linting job
  • Loading branch information
andreaso committed Sep 1, 2024
1 parent 17f1287 commit 83bf031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
VALIDATE_PYTHON_MYPY: false
VALIDATE_PYTHON_PYINK: false
VALIDATE_PYTHON_PYLINT: false
VALIDATE_PYTHON_RUFF: false
VALIDATE_YAML_PRETTIER: false
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 83bf031

Please sign in to comment.