Skip to content

Commit

Permalink
Drop ruff hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Feb 27, 2024
1 parent 1232f41 commit d2de72c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- run: SKIP=ruff,ruff-format
- run: echo $SKIP
- uses: pre-commit/[email protected]
with:
extra_args: --all-files --config pre-commit.yml
extra_args: --all-files --config pre-commit.yml

0 comments on commit d2de72c

Please sign in to comment.