darabos commited on
Commit
c451bdf
·
1 Parent(s): 758e8e3

Update pre-commit repos. Hope it fixes CI.

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -1,12 +1,12 @@
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
4
  hooks:
5
  - id: trailing-whitespace
6
  - id: end-of-file-fixer
7
  - id: check-yaml
8
  - repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.9.6
10
  hooks:
11
  - id: ruff
12
  args: [ --fix ]
 
1
  repos:
2
  - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v5.0.0
4
  hooks:
5
  - id: trailing-whitespace
6
  - id: end-of-file-fixer
7
  - id: check-yaml
8
  - repo: https://github.com/astral-sh/ruff-pre-commit
9
+ rev: v0.9.10
10
  hooks:
11
  - id: ruff
12
  args: [ --fix ]