Skip to content

Commit 56c4676

Browse files
committed
Let pre-commit.ci run pre-commit, and update hooks.
1 parent 4afc0d5 commit 56c4676

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ env:
1414
PIP_NO_PYTHON_VERSION_WARNING: "1"
1515

1616
jobs:
17-
pre-commit:
18-
runs-on: ubuntu-latest
19-
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-python@v5
22-
with:
23-
python-version: "3.x"
24-
- uses: pre-commit/[email protected]
25-
2617
list:
2718
runs-on: ubuntu-latest
2819
outputs:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.2.0"
16+
rev: "v0.2.1"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)