Skip to content

Commit

Permalink
Better safe than sorry
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Apr 13, 2024
1 parent b529a16 commit 57db8c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: List pip dependencies
run: pip list
- name: Run ruff checks
run: ruff check --output-format=github --no-fix --no-unsafe-fixes .
run: ruff check --output-format=github --no-fix .
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}
cancel-in-progress: true
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ tmp_path_retention_policy = "failed"
[tool.ruff]
extend-include = ["*.ipynb"]
fix = true
unsafe-fixes = true

[tool.ruff.format]
skip-magic-trailing-comma = true
Expand Down

0 comments on commit 57db8c9

Please sign in to comment.