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 c1aaeff commit 9b5772fCopy full SHA for 9b5772f
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
@@ -22,7 +22,7 @@ repos:
22
- id: sort-simple-yaml
23
- id: trailing-whitespace
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: 'v0.6.8'
+ rev: 'v0.6.9'
26
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
@@ -50,7 +50,7 @@ repos:
50
language: system
51
name: DVC pre-commit
52
stages:
53
- - commit
+ - pre-commit
54
verbose: true
55
require_serial: true
56
- args:
@@ -61,7 +61,7 @@ repos:
61
62
name: DVC pre-push
63
64
- - push
+ - pre-push
65
66
- always_run: true
67
args:
0 commit comments