Skip to content

Commit f6d6f5c

Browse files
chore: update pre-commit hooks (#2907)
* chore: update pre-commit hooks updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8](astral-sh/ruff-pre-commit@v0.1.7...v0.1.8) * ci: disable PRE --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Angus Hollands <[email protected]>
1 parent d7fa617 commit f6d6f5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161

6262
env:
6363
PIP_ONLY_BINARY: numpy,pandas,pyarrow,numexpr,numexpr
64-
PIP_PRE: "1"
6564

6665
steps:
6766
- uses: actions/checkout@v4

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
additional_dependencies: [pyyaml]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.1.7
30+
rev: v0.1.8
3131
hooks:
3232
- id: ruff
3333
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)