Skip to content

Commit

Permalink
Use ruff in actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Feb 9, 2024
1 parent 1711922 commit 2b2938a
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/coverage_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
no-comments: ${{ matrix.python-version != '3.x' }}
warnings: false

- name: Lint
- name: Lint with Ruff
if: ${{ always() && steps.install-deps.outcome == 'success' }}
uses: github/super-linter/slim@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BRANCH: dev/3.0
VALIDATE_ALL_CODEBASE: false
VALIDATE_PYTHON_BLACK: true
VALIDATE_PYTHON_ISORT: true
LINTER_RULES_PATH: /
PYTHON_ISORT_CONFIG_FILE: pyproject.toml
PYTHON_BLACK_CONFIG_FILE: pyproject.toml
uses: chartboost/ruff-action@v1

0 comments on commit 2b2938a

Please sign in to comment.