We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d170cb commit 77e3e07Copy full SHA for 77e3e07
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/astral-sh/ruff-pre-commit
6
- rev: v0.7.2
+ rev: v0.9.4
7
hooks:
8
- id: ruff
9
args:
@@ -24,7 +24,7 @@ repos:
24
# than ruff itself
25
# but has trouble with isort rules
26
- repo: https://github.com/nbQA-dev/nbQA
27
- rev: 1.9.0
+ rev: 1.9.1
28
29
- id: nbqa-ruff-format
30
- id: nbqa-ruff-check
@@ -44,7 +44,7 @@ repos:
44
- id: check-executables-have-shebangs
45
- id: requirements-txt-fixer
46
- repo: https://github.com/pre-commit/mirrors-eslint
47
- rev: v9.14.0
+ rev: v9.19.0
48
49
- id: eslint
50
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
0 commit comments