We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d176fe commit 3914128Copy full SHA for 3914128
2 files changed
.github/workflows/ruff.yml
@@ -33,7 +33,7 @@ jobs:
33
persist-credentials: false
34
35
# Keep in sync with .pre-commit-config.yaml
36
- - run: python -Im pip install --user ruff==0.14.8
+ - run: python -Im pip install --user ruff==0.15.9
37
38
- name: Run ruff
39
working-directory: ./src
.pre-commit-config.yaml
@@ -20,8 +20,8 @@ repos:
20
- id: trailing-whitespace
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
# keep in sync with .github/workflows/ruff.yml
23
- rev: 'v0.14.8'
+ rev: 'v0.15.9'
24
hooks:
25
- - id: ruff
26
- args: [--fix, --exit-non-zero-on-fix]
+ - id: ruff-check
+ args: [ --fix ]
27
- id: ruff-format
0 commit comments