hysts HF staff commited on
Commit
4138f92
1 Parent(s): a36108e

Update .pre-commit-config.yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +4 -4
.pre-commit-config.yaml CHANGED
@@ -22,7 +22,7 @@ ci:
22
 
23
  repos:
24
  - repo: https://github.com/pre-commit/pre-commit-hooks
25
- rev: v4.3.0
26
  hooks:
27
  - id: check-yaml
28
  - id: check-case-conflict
@@ -34,13 +34,13 @@ repos:
34
  - id: trailing-whitespace
35
 
36
  - repo: https://github.com/PyCQA/isort
37
- rev: 5.12.0
38
  hooks:
39
  - id: isort
40
  name: Format imports
41
 
42
  - repo: https://github.com/psf/black
43
- rev: 22.12.0
44
  hooks:
45
  - id: black
46
  name: Format code
@@ -48,6 +48,6 @@ repos:
48
 
49
  - repo: https://github.com/charliermarsh/ruff-pre-commit
50
  # Ruff version.
51
- rev: 'v0.0.267'
52
  hooks:
53
  - id: ruff
 
22
 
23
  repos:
24
  - repo: https://github.com/pre-commit/pre-commit-hooks
25
+ rev: v5.0.0
26
  hooks:
27
  - id: check-yaml
28
  - id: check-case-conflict
 
34
  - id: trailing-whitespace
35
 
36
  - repo: https://github.com/PyCQA/isort
37
+ rev: 5.13.2
38
  hooks:
39
  - id: isort
40
  name: Format imports
41
 
42
  - repo: https://github.com/psf/black
43
+ rev: 24.10.0
44
  hooks:
45
  - id: black
46
  name: Format code
 
48
 
49
  - repo: https://github.com/charliermarsh/ruff-pre-commit
50
  # Ruff version.
51
+ rev: 'v0.6.9'
52
  hooks:
53
  - id: ruff