hysts HF Staff commited on
Commit
cdf2654
·
1 Parent(s): b8ba7aa

Update .pre-commit-config.yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +4 -4
.pre-commit-config.yaml CHANGED
@@ -1,7 +1,7 @@
1
  exclude: ^patch
2
  repos:
3
  - repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v5.0.0
5
  hooks:
6
  - id: check-executables-have-shebangs
7
  - id: check-json
@@ -15,13 +15,13 @@ repos:
15
  - id: requirements-txt-fixer
16
  - id: trailing-whitespace
17
  - repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: v0.8.6
19
  hooks:
20
- - id: ruff
21
  args: ["--fix"]
22
  - id: ruff-format
23
  - repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.14.1
25
  hooks:
26
  - id: mypy
27
  args: ["--ignore-missing-imports"]
 
1
  exclude: ^patch
2
  repos:
3
  - repo: https://github.com/pre-commit/pre-commit-hooks
4
+ rev: v6.0.0
5
  hooks:
6
  - id: check-executables-have-shebangs
7
  - id: check-json
 
15
  - id: requirements-txt-fixer
16
  - id: trailing-whitespace
17
  - repo: https://github.com/astral-sh/ruff-pre-commit
18
+ rev: v0.15.11
19
  hooks:
20
+ - id: ruff-check
21
  args: ["--fix"]
22
  - id: ruff-format
23
  - repo: https://github.com/pre-commit/mirrors-mypy
24
+ rev: v1.20.2
25
  hooks:
26
  - id: mypy
27
  args: ["--ignore-missing-imports"]