We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afc0d5 commit 56c4676Copy full SHA for 56c4676
.github/workflows/ci.yml
@@ -14,15 +14,6 @@ env:
14
PIP_NO_PYTHON_VERSION_WARNING: "1"
15
16
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
-
26
list:
27
runs-on: ubuntu-latest
28
outputs:
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
args: [--fix, lf]
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.2.0"
+ rev: "v0.2.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
0 commit comments