Skip to content

Commit 3eb08e4

Browse files
Update pre-commit configuration to use ruff-pre-commit version 0.14.8 and remove unnecessary stages for hooks. This change ensures the latest features and improvements from Ruff are utilized while streamlining the hook execution process.
1 parent 6f854da commit 3eb08e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ repos:
66
args: [--maxkb=40000, --enforce-all]
77

88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.14.5
9+
rev: v0.14.8
1010
hooks:
1111
- id: ruff-check
1212
args: [--fix]
13-
stages: [pre-commit]
1413
- id: ruff-format
15-
stages: [pre-commit]
1614

1715
- repo: https://github.com/pre-commit/mirrors-mypy
1816
rev: v1.18.2

0 commit comments

Comments
 (0)