Skip to content

Commit fbd50a0

Browse files
authored
Merge branch 'main' into celery-custom-task-instrumentation
2 parents 7634008 + 2c80b9f commit fbd50a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ default_install_hook_types:
2929
repos:
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
3131
# Ruff version.
32-
rev: v0.12.4
32+
rev: v0.12.5
3333
hooks:
3434
# Run the linter.
35-
- id: ruff
36-
args: [--fix]
35+
- id: ruff-check
36+
args: [--fix, --exit-non-zero-on-fix]
3737
stages: [pre-push]
3838
# Run the formatter.
3939
- id: ruff-format

0 commit comments

Comments
 (0)