Skip to content

Commit 77e3e07

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.7.2...v0.9.4) - [github.com/nbQA-dev/nbQA: 1.9.0 → 1.9.1](nbQA-dev/nbQA@1.9.0...1.9.1) - [github.com/pre-commit/mirrors-eslint: v9.14.0 → v9.19.0](pre-commit/mirrors-eslint@v9.14.0...v9.19.0)
1 parent 8d170cb commit 77e3e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.7.2
6+
rev: v0.9.4
77
hooks:
88
- id: ruff
99
args:
@@ -24,7 +24,7 @@ repos:
2424
# than ruff itself
2525
# but has trouble with isort rules
2626
- repo: https://github.com/nbQA-dev/nbQA
27-
rev: 1.9.0
27+
rev: 1.9.1
2828
hooks:
2929
- id: nbqa-ruff-format
3030
- id: nbqa-ruff-check
@@ -44,7 +44,7 @@ repos:
4444
- id: check-executables-have-shebangs
4545
- id: requirements-txt-fixer
4646
- repo: https://github.com/pre-commit/mirrors-eslint
47-
rev: v9.14.0
47+
rev: v9.19.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)