Skip to content

Commit a0f1618

Browse files
authored
Merge pull request #998 from ipython/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents c117210 + 5be9f3a commit a0f1618

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ updates:
88
interval: monthly
99
groups:
1010
actions:
11-
- patterns: "*"
11+
patterns:
12+
- "*"
13+
cooldown:
14+
default-days: 7
1215

1316
# jupyterlab extension
1417
- package-ecosystem: npm
@@ -29,3 +32,5 @@ updates:
2932
- "*"
3033
update-types:
3134
- major
35+
cooldown:
36+
default-days: 7

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.15.4
6+
rev: c60c980e561ed3e73101667fe8365c609d19a438 # frozen: v0.15.9
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.1
27+
rev: f96ec7f3b26a32619435686eb5813235f7e3327e # frozen: 1.9.1
2828
hooks:
2929
- id: nbqa-ruff-format
3030
- id: nbqa-ruff-check
@@ -33,18 +33,18 @@ repos:
3333
# isort rules get confused in the temporary files
3434
- --ignore=I
3535
- repo: https://github.com/rbubley/mirrors-prettier
36-
rev: v3.8.1
36+
rev: c2bc67fe8f8f549cc489e00ba8b45aa18ee713b1 # frozen: v3.8.1
3737
hooks:
3838
- id: prettier
3939
- repo: https://github.com/pre-commit/pre-commit-hooks
40-
rev: v6.0.0
40+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: 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: v10.0.2
47+
rev: d72e5408a82df0b0cb6b9c878fb8cb4e947c1859 # frozen: v10.2.0
4848
hooks:
4949
- id: eslint
5050
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx

0 commit comments

Comments
 (0)