Skip to content

Commit d0ca000

Browse files
authored
Merge pull request #944 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents f2d5474 + a3b7d4a commit d0ca000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/astral-sh/ruff-pre-commit
6-
rev: v0.11.4
6+
rev: v0.12.11
77
hooks:
88
- id: ruff
99
args:
@@ -37,14 +37,14 @@ repos:
3737
hooks:
3838
- id: prettier
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v5.0.0
40+
rev: v6.0.0
4141
hooks:
4242
- id: end-of-file-fixer
4343
- id: check-case-conflict
4444
- id: check-executables-have-shebangs
4545
- id: requirements-txt-fixer
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.24.0
47+
rev: v9.34.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)